#player {
	width:330px;
	height:250px;
	border:1px solid #ececec;
	margin:30px 0;
	padding:8px;
}
#player img {
	width:330px;
	height:220px;
	border:2px solid #e0e0e0;
}

#slide_holder {
height: 250px;
overflow: hidden;
position: relative;
text-align: left;
width: 330px;
z-index: 1000;
}
#slide_holder_inner {
height: 250px;
overflow: hidden;
position: absolute;
width: 330px;
z-index: 2000;
}

#slide_holder_inner div {
position: absolute;
}
div#slide_holder_inner div.slide div {
position: relative;
}
div#carousel_controls {
height: 13px;
width: 320px;
bottom:0;
z-index: 4000;
text-align:left;
}

#slide_buttons li:hover, #pause_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}
#carousel_controls #button_selected {
cursor: auto;
}
#slide_buttons li span, #pause_button span {
margin-left: -10000px;
}
#slide_buttons li, #pause_button {
background-repeat: no-repeat;
overflow: hidden;
top:0px;
}
ul#slide_buttons {
position: absolute;
left: 20px;
width:310px;
z-index: 5000;
margin:0;
padding:0;
}
ul#slide_buttons li {
background:url(/images/button.gif) repeat-x;
display: block;
float: left;
height: 13px;
list-style: none;
width: 30px;
}
ul#slide_buttons li#button_selected {
background:url(/images/button.gif) repeat-x;
border-left:2px solid #8e8e8e;
}


.pause_button {
background-image: url(/images/pause.gif);
height: 13px;
width: 8px;
left:6px;
}
.paused_button {
background-image: url(/images/play.gif);
height: 13px;
width: 8px;
left:6px;
}

#row_of_slides {
position: absolute;
top: 0;
}
#row_of_slides .slide {
position: absolute;
}
