/************* CSS RESET ***************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/************* STYLES ***************/

.rfloat {
	float:right;
}

.lfloat {
	float:left;
}

.clear {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	display:block;
	margin:0 !important;
}

body {
	background:#fff url(img/bg.gif) repeat-x;
	font-family:Arial, Verdana, Tahoma;
	color:#000;
	font-size:14px;
}

.wrapper {
	width:984px;
	margin:0 auto;
}

.header {
	position:relative;
	background:transparent url(img/bg_header.jpg) no-repeat;
	height:230px;	
	z-index:3;
	display:block;
}

.content {
	
}

.bg_e {
	height:230px;
	position:absolute;
	background:transparent url(img/bg_e.gif) repeat-x;
	width:300px;
	z-index:1;
	right:0px;
	width:50%;
}

.container {
	background:transparent url(img/bg_container.gif) repeat-y;
	width:950px;
	margin:8px auto;
	padding:20px 0;
	position:relative;
	padding:10px;
}

.container .n {
	background:transparent url(img/corners_container_n.gif) no-repeat;
	width:970px;
	height:5px;
	font-size:0;
	position:absolute;
	top:0px;
	left:0px;
}

.container .s {
	background:transparent url(img/corners_container_s.gif) no-repeat;
	width:970px;
	height:5px;
	font-size:0;
	position:absolute;
	bottom:0px;
	left:0px;
}

.baseline {
	display:block;
	text-align:center;
	margin:0 0 10px;
}

.baseline img {
	border:none !important;
}

.player {
	width:476px;
	height:332px;
	display:block;
	position:relative;
	float:left;
}

.a {
	background:transparent url(img/bg_player_1.gif) no-repeat;
}


.b {
	background:transparent url(img/bg_player_2.gif) no-repeat;
}

.player img {
	margin:18px 3px 41px;
}

.player .btn_play {
	display:block;
	width:88px;
	height:66px;
	background:transparent url(img/btn_play.png) no-repeat;
	position:absolute;
	top:120px;
	left:193px;
}

.player .btn_play_hover {
	display:block;
	width:88px;
	height:66px;
	background:transparent url(img/btn_play_hover.png) no-repeat;
	position:absolute;
	top:120px;
	left:193px;
}

.player:hover .btn_play {
	display:block;
	width:88px;
	height:66px;
	background:transparent url(img/btn_play_hover.png) no-repeat;
	position:absolute;
	top:120px;
	left:193px;
}

.small_player {
	width:227px;
	height:142px;
	display:block;
	float:left;
	background:#000 url(img/bg_small_player.gif) no-repeat scroll left bottom;
}

.small_player img {
	margin:1px 1px 12px;
}

.right {
	float:left;
}

.thumbs {
	float:left;
	width:468px;
}

.right .thumbs a {
	margin:2px 0 0 5px;
	float:left;
	font-size:0;
}

.thumbs a {
	margin:2px 5px 0 0;
	float:left;
	font-size:0;
}

.right .thumbs .small_player {
	margin:0 0 6px 7px;
}

.thumbs .small_player {
	margin:0 7px 6px 0;
}

.bottom_box {
margin:0 0 10px;
}

.bottom_box .inner {
padding:16px 0;
text-align:center;
}

.bottom_box .inner .thumb {
	display:inline;
	margin:0 6px;
	text-decoration:none;
}

.bottom_box div a img {
	border:2px solid #fff;
}
.footer {
	width:950px;
	text-align:center;
	color:#000;
	margin:0px auto;	
}
.footer #legals_link {
	color:#000;
	font-size:12px;
	text-decoration:none;
	display:block;
	margin:20px auto;
}
.footer #legals_link:hover {
	text-decoration:underline;
}
/* IE only */
.player .btn_play {
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/btn_play.png');
}

.player:hover .btn_play {
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/btn_play_hover.png');
}

.player .btn_play_hover {
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/btn_play_hover.png');
	_cursor:pointer;
}

.small_player {
	_display:inline;
}

.bottom_box .inner .thumb {
	_display:inline;
}

.container .s {
	_bottom:-1px;
}
.player:hover span {
	cursor:pointer;
}