/* CSS Document */

html {
	overflow: hidden;
}

body {
	margin: 0; 
	padding: 0;
}
 
img {
	border: 0;
}
 
 
#slider {
	width:562px; 
	height:78px;
	margin: 0;
	padding: 0;
}

a#next,
a#previous {
	display:block;
	width: 18px;
	height: 18px;
	text-indent:-9999px;
	background:url(../img/icon_arrowright.gif) top left no-repeat;
	position: absolute;
	left: 540px;
	top: 30px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
a#next:hover {
	background-position:0 -18px;
}	
	
a#previous {
	background:url(../img/icon_arrowleft.gif) top left no-repeat;
	left: 0px;
}
	
a#previous:hover {
	background-position:0 -18px;
}

#slider-stage{
	width:510px;
	height: 78px; 
	overflow: hidden;
	position: absolute; 
	left: 24px; 
	margin: 0;
	padding: 0;
}

#slider-list{
	width: 2000px;
	height: 78px;
	overflow: hidden; 
	border:0; 
	margin:0; 
	padding:0; 
	left:400px;
}
	
#slider-list li {
	list-style:none; 
	margin: 0; 
	padding:0; 
	border:0; 
	float:left;
	width: 150px;
	height: 76px;
}

#slider-list li:hover {
	cursor: pointer;
}

div.main_thumbnail,
div.main_thumbnail_selected,
div.main_thumbnail_unselected {
	width: 136px;
	height: 76px;
	border: 0px;
	padding: 0px;
	background: url('../img/thumbnail.gif') no-repeat 0 0;
	position: relative;
	float: left;
	text-align: left;
}

div.main_thumbnail:hover {
	cursor: pointer;
}

h1.main_thumbnail {
	position: absolute;
	left: 6px;
	top: 56px;
	font-size: 7pt;
	color: #4cb214;
	padding: 0px;
	margin: 0px;
	z-index: 6;
}

img.main_thumbnail_play {		
	width: 130px;
	height: 14px;
	position: absolute;
	top: 55px;
	left: 3px;
	z-index: 5;
}

div.main_thumbnail_unselected {
	border: 0;
}

div.main_thumbnail_selected {
	border: 1px solid green;
}	

