
/* captions, adjust caption padding around text here */
.caption {
	position: absolute;
}

.caption a{
	color:white;
	text-decoration:none;
}

.caption a:hover, .caption a:active{
  text-decoration:none;
}

/* caption holder div, for mask */
.infoHolder{
	position:absolute;
	overflow:hidden;
}

/* component holder, adjust caption font size here */
#sliderWrapper{

	/*background:#ddd;*/
	width:720px;
	height:310px;

}

/* playlist holder (hidden) */
#sliderImages{
	display:none;
}

/* slide navigation holder */
#slideNavigation{
	display:none;
}

/* controls (prev, pause/play, next) */
#slideControls{
	position:absolute;
	width:720px;
	height:33px;
	top:300px !important;
	margin:-25px 0px 0px 0px;
	display:block !important;
	/*background:red;*/

}

#slideControls #slide_prev {
	position:relative;
	width:27px;
	height:27px;
	display:block !important;
	background:url(../img/switchers.html) top left;
	cursor:pointer;
	float:right;
	margin:0px 2px 0px 0px;
}

#slideControls #slide_prev:hover {
	background-position:bottom left;
}


#slideControls #slide_toggle{
	display:none;
}

#slideControls #slide_next {
	position:relative;
	width:27px;
	height:27px;
	display:block !important;
	background:url(../img/switchers.html) top right;
	cursor:pointer;
	float:right;
	margin:0 10px 0 0;
}

#slideControls #slide_next:hover {
	background-position:bottom right;
}


/* loader for component  */
#componentLoader{
	position:absolute;
	width:24px;
	height:24px;
	top:50%;	
	left:50%;
	margin-left:-12px;
	margin-top:-12px;
}








/* div for measuring font face dimensions */
#fontMeasure{
	visibility:hidden;
}






