﻿/*
a, a *
{
    cursor: pointer;
    cursor: hand;
}

.prev-next
{
    float:left;
}

a.bullet
{
    display:inline-block;
    float:left;
    vertical-align:top;
    height:27px;
}

a.bullet span
{
    display:inline-block;
}

a.bullet span.slide,
a.bullet.slide
{
    margin:0;
    padding:0;
    width: 21px;
    height: 17px; 
    display:block;
    vertical-align:top;
    margin: 0 0 0 8px;
    float:left; 
}
a.bullet span.arrow,
a.bullet.arrow 
{
    margin:0;
    padding:0;
    width: 15px;
    height: 16px; 
    display:inline-block;
    vertical-align:top;
    margin: 0 0 0 8px;
    float:left; 
}

a.bullet.arrow.left,
a.bullet.slide.left
{
    margin: 0 8px 0 0;
}

a.bullet:hover,
a.bullet:hover span
{
    color: #EF8B35 !important;
}

a.bullet:hover span.slide,
a.bullet.slide:hover
{
    background-image: url(/images/bullet_slide_hilight.png); 
    background-repeat: no-repeat;
}

a.bullet:hover span.arrow,
a.bullet.arrow:hover 
{
    background-image: url(/images/bullet_arrow_right_hilight.png); 
    background-repeat: no-repeat;
}

a.bullet.arrow.left:hover
{
    background-image: url(/images/bullet_arrow_left_hilight.png); 
    background-repeat: no-repeat;
}

a.bullet:hover img.bullet, 
a.bullet:hover img.bullet
{
    opacity: 0.0;
    filter:alpha(opacity=0);
}
*/

/**
 * New, simplified bullets below.
 */

a, a *
{
    cursor: pointer;
    cursor: hand; /* for older IE browsers */
}

.prev-next
{
    float:left;
    display:inline-block;
}

a.bullet
{
    float:left;
}


a.bullet:hover, a.bullet:hover *
{
    color: #EF8B35 !important;
}


a.bullet img.lo
{
	display: inline-block;
}

a.bullet img.hi
{
	display: none;
}

a.bullet:hover img.lo
{
	display: none;
}

a.bullet:hover img.hi
{
	display: inline-block;
}

a.bullet img.hi,
a.bullet img.lo
{
    margin: 0 4px;
    float:left;
}
