
.image_carousel {
	padding: 30px 30px;
	width: 150px;
	position: relative;
	border: 0px solid #f0f0f0;
	text-align:left;
    top: 0px;
    left: 0px;
}
#foo2 
{  
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    height: 0px; 
    top: 0px; 
    left: 0px; 
    float: none; 
    position: absolute;     
    
}
 .caroufredsel_wrapper {
	position: relative;	
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	width: 150px; 
	height: 100px; 
}
.image_carousel .caroufredsel_wrapper a {
	display: block;
	float: left;
	
}


.image_carousel img {
	border: 0px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}

.list_carousel {
	padding: 0px 0px;
	position: relative;
	height:139px;
}

.list_carousel ol, .list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 100%;
}
.list_carousel li {
	font-size: 11px;
	color: #666;
	text-align: center;
	background-color: #fff;
	border: 0px solid #ccc;
	width: 110px;
	height: 114px;
	padding: 2px;
	margin: 6px;
	display: block;
	float: left;
	padding-top:3px; 
}



.wheel_of_fortune {
	height: 350px;
	position: relative;
}
.wheel_of_fortune ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}
.wheel_of_fortune li {
	font-size: 31px;
	color: black;
	text-align: center;
	background-color: #ffffdd;
	border: 5px solid black;
	width: 48px;
	height: 55px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.wheel_of_fortune li.no_txt {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center center no-repeat #333;
}


#placeholder .html_carousel div.slide h4 {
	color: white;
	font-size: 35px;
	padding: 30px 0 0 100px;
	margin: 0;
	text-shadow: none;
}
.html_carousel div.slide p {
	color: white;
	font-size: 16px;
	padding: 0 0 30px 100px;
	margin: 0;
}

.transparent p.view_scripts {
	margin: 0;
	padding: 10px 0 10px 25px;
	position: relative;
}
.transparent p.view_scripts a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	padding-left: 20px;
}
.transparent p.view_scripts a:hover, .transparent p.view_scripts a.selected {
	color: #333;
}
a.prev, a.next, a.play, a.pause {
	background: url(/images/miscellaneous_sprite.png) 0 0 no-repeat transparent;
	width: 43px;
	height: 45px;
	display: block;
	position: absolute;
}
a.prev, a.next {
	top: 36px;
}
.list_carousel a.prev, .list_carousel a.next {
	top: 72px;
}
a.play, a.pause {
	background: url(/images/miscellaneous_sprite.png) 0 0 no-repeat transparent;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: -22px;
}
a.next {
	right: -9px;
}
a.prev {
	left: -5px;
}
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important; cursor: default; }
a.next {			background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important; cursor: default; }
a.play {			background-position: -100px 0; }
a.play:hover {		background-position: -100px -50px; }
a.play.disabled {	background-position: -100px -100px !important; cursor: default; }
a.pause {			background-position: -150px 0; }
a.pause:hover {		background-position: -150px -50px; }
a.pause.disabled {	background-position: -150px -100px !important; cursor: default; }

a.prev span, a.next span, a.play span, a.pause span {
	display: none;
}

div.pagination {
	padding: 10px 40px 0 0;
	text-align: center;
	height: 15px;
}
div.pagination a {
	background: url(/images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
div.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
div.pagination a span {
	display: none;
}
div.logbox {
	background-color: #f9ffcc;
	border: 1px dotted #ff3300;
	padding: 10px 20px;
	margin: 10px 52px 0 6px;
}
div.slidebox {
	background-color: #f9ffcc;
	border: 1px solid #ff3300;
	padding: 0px 0px;
	margin: 0px 0px 0 0px;
	width:450px;
	height:100%;
}

div.logbox p {
	color: #ff3300;
	margin: 0;
}

div.timer {
	background-color: #9E1F63;
	width: 0;
	height: 6px;
}



.scripts {
	position: relative;
}
.scripts .script {
	width: 950px;
	display: none;
}
.clearfix {
    float: none;
    clear: both;
    text-align:left;
}


