/* @override 
	http://collegeinn.smithbrosagency.com:8800/css/slider.css
	http://collegeinn.smithbrosagency.com/css/slider.css
*/

.bubbleInfo {position: relative;}

div#arrow-left {
	position: absolute;
	width: 30px;
	height: 49px;
	z-index: 9999;
	bottom: 89px;
	left: 16px;}

div#arrow-right {
	width: 30px;
	height: 49px;
	position: absolute;
	bottom: 91px;
	right: 14px;
	z-index: 9998;}



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    overflow: visible;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    position: relative;
    width: 727px;
}

div#carousel-container .jcarousel-list {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    
}

div#carousel-container .jcarousel-list li,
div#carousel-container .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 120px;
	height: 135px;
	padding: 0;
}


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */


.jcarousel-next {
    z-index: 9999;
    display: none;
}

.jcarousel-prev {
    z-index: 300;
    display: none;
}

dl.bubbleInfo dd div.pop-wrap{
	zoom: 1;
	background-color: #000;
	overflow: hidden;
	}

div.popup {
	position: absolute;
	z-index: 9999;
	border-collapse: collapse;
	width: 195px;
	height: 45px;
	text-align: center;
	background: transparent url(../images/products/slider/background-tooltip.gif) no-repeat;
	padding-top: 10px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #b05041;
	text-transform: none;
	}


div.jcarousel-skin-tango{
	background: url(../images/products/slider/background-container.png) no-repeat;
	width: 776px;
	height: 181px;
	position: relative;
	clear: both;
	float: left;
	margin-top: 16px;
	margin-left: -10px;}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 732px;
	height: 131px;
	position: relative;
	padding: 0;
	top: 25px;
	left: 25px;}

.jcarousel-skin-tango .jcarousel-container-vertical {
	width: 75px;
	height: 245px;
	padding: 40px 20px;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 135px;
	position: absolute;
	top: -2px;
	left: 0;}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	width: 75px;
	height: 245px;}

.jcarousel-skin-tango .jcarousel-item {
	width: 123px;
	height: 135px;
	position: relative;
	z-index: 300;
	background: url(../images/products/slider/seperator-right.jpg) no-repeat right -3px;}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;}

/**
 *  Horizontal Buttons
 */

 .jcarousel-next-horizontal {
	position: relative;
	z-index: 9999;
	width: 30px;
	height: 49px;
	cursor: pointer;
	background: transparent url(../images/products/slider/next-horizontal.png) no-repeat 0 0;}

.jcarousel-next-horizontal:hover {
	background-position: -32px 0;}

.jcarousel-next-horizontal:active {
	background-position: -64px 0;}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;}

.jcarousel-prev-horizontal {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 25px;
	height: 49px;
	cursor: pointer;
	background: transparent url(../images/products/slider/prev-horizontal.png) no-repeat 0 0;}

.jcarousel-prev-horizontal:hover {
	background-position: -32px 0;}

.jcarousel-prev-horizontal:active {
	background-position: -64px 0;}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;}
	
#cover-left {
	background: #fff url(../images/products/slider/cover-left.png) no-repeat 219px 0;
	height: 135px;
	width: 250px;
	position: absolute;
	left: -200px;
	z-index: 4;
	bottom: 48px;}
	
#cover-right {
	background: #fff url(../images/products/slider/cover-right.png) no-repeat -12px 0;
	height: 135px;
	width: 250px;
	position: absolute;
	right: -201px;
	z-index: 4;
	bottom: 48px;}
