
#promoBox{
	display:table;
}

#leftSide {
	float:left;
	width:199px;
	height:294px;
	margin:0;
	padding:0;
	background-image:url(/promo-module/images/promo-console-jason_02.jpg);
	color:white;
	font-size:11px;
	font-family:Arial;
}

#rightSide {
	float:left;
	width:475px;
	height:294px;
	overflow:hidden;
	padding:0;
	margin:0;
}

#rightSide p{
	margin:0;
	padding:0;
}


#result{
	display:block;
	height:290px;
}



#slider{
	height:220px;
	margin-left:12px;
}

#slider li img{
	border:none;
	float:left;
	margin-right:3px;
	}



#slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
	
	
#slider li{
	width:185px;
	height:75px;
	overflow:hidden;
	cursor:pointer;
	padding: 0;
	margin:0;
	float:left;
	color:#000;
}

#slider div{
	width:170px;
	height:75px;
	display:block;
	padding: 1px;
	margin: 1px 0 1px 0;
	/*background-color:#CCC;
	color:#000;*/
}

	
#prevBtn{
	width:199px;
	height:37px;
	cursor:pointer;
}
#nextBtn{
	width:199px;
	height:37px;
	cursor:pointer;
}




#bigBox{
	text-align:left;
}


ol#controls{
	padding:0;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	}
ol#controls li{
	margin:0 7px 7px 0; 
	padding:0;
	float:left;
	list-style:none;
	height:15px;
	line-height:15px;
	}
	
.titleSlide{
	float:left;
	width:100%;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
ol#controls li a{
	float:left;
	height:15px;
	line-height:15px;
	border:1px solid #ccc;
	color:#CCC;
	font-size:11px;
	padding:0 6px;
	text-decoration:none;
	background-color: #666;
	margin:0;
	}
	
	
ol#controls li a:hover{
	background-color:#FF9;
	color:#333;
	}
	
ol#controls li.current a{
	color:#000;
	background-color: #FC0;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


/*.arrow{
	background-image:url(/promo-module/images/arrow.png);
	background-repeat:no-repeat;
	background-position:center right;
}*/

.currentSlide{
	background-image:url(/promo-module/images/current.png);
	background-position:left center;
	background-repeat:repeat-y;
}



#promoText{
	background-image:url(/promo-module/images/text_panel.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:60px;
	padding: 5px 0 0 0;
	width:464px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}
