/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: Titanic Polls Carousel
|
|																							|
|	File Written By:
|	- Leo Fidjeland	
|
|																							|
|	File Information:
|	- Titanic Polls Carousel CSS File
|	- wp-content/plugins/titanic-polls-carousel/titanic-polls-carousel.css
|																							|
+----------------------------------------------------------------+
*/
#sidebar .widget_polls-carousel-widget h3.widget_title {
	background:#fff url(/wp-content/plugins/titanic-polls-carousel/img/header.png) no-repeat scroll 0 0;
	text-indent:-999em;
	border-bottom:none;
	height:90px;
	width:300px;
	font-family:sans-serif;
}
.widget_polls-carousel-widget #polls-controls{
	position:relative;
	height:20px;
	width:60px;
	display:block;
	margin:0 auto;
	padding:4px 0;
}
.widget_polls-carousel-widget #polls-controls a,
.widget_polls-carousel-widget a.carousel_next{
	background:transparent url(/wp-content/plugins/titanic-polls-carousel/img/controls.png) no-repeat scroll 0 0;
	height:20px;
	width:0 !important;
	overflow:hidden;
	text-indent:-9999px;
}
.widget_polls-carousel-widget #polls-controls a#carousel_left{
	background-position:-60px 0;
	padding-right:20px;
	float:left;
}
.widget_polls-carousel-widget #polls-controls a#carousel_right{
	background-position:-40px 0;
	padding-left:20px;
	float:right;
}
.widget_polls-carousel-widget #polls-controls a#carousel_pause{
	background-position:-20px 0;
	padding:0 10px;
	float:left;
}
.widget_polls-carousel-widget a.carousel_next{
	background-position:30px 0;
	padding-right:0;
	float:right;
	display:none;
	width:50px !important;
	margin-top:-40px;
	text-indent:0;
	z-index:2;
}
.widget_polls-carousel-widget #polls-controls a#carousel_left:hover{
	background-position:-60px -20px;
}
.widget_polls-carousel-widget #polls-controls a#carousel_right:hover{
	background-position:-40px -20px;
}
 #polls-controls a#carousel_pause:hover{
	background-position:-20px -20px;
}
#content .widget_polls-carousel-widget a.carousel_next:hover{
	background-position:30px -20px;
	background-color:#fff;
	color:#69585E;
}
.widget_polls-carousel-widget img#polls-carousel-loading{
	float:right;
	border:0;
	padding:0;
	margin:60px 2px 0 0;
	display:none;
}
#titanic_carousel_list {
	overflow:hidden;
	height:0;
	position:relative;
	width:300px;
}
#titanic_carousel_list li{
	list-style-type:none;
}
#titanic_carousel_list li.carousel_main{
	list-style-type:none;
	width:300px;
	margin:0;
}
.widget_polls-carousel-widget .carousel_subtext {
	font-size:8px;
	text-align:center;
	padding:10px 0;
	margin-top:15px;
	border-top:solid 4px #C90021;
}

