@charset "utf-8";
/* CSS Document */

#screenshotsHeader{
  clear:both;
	background-repeat:no-repeat;
	background-position:0px 15px;
	height:48px;
}

#screenshotThumbWrap{
	clear:both;
	width:976px;
	height:133px;
	background-image:url(../../images/v2/thumb_bg.png);
	background-repeat:no-repeat;
}

.screenshotCarousel ul{list-style:none;}
.screenshotCarousel li{
	display:inline;
	width:194px;
	height:112px;
}

.screenshotCarousel img{
	opacity:0.6;
	filter:alpha(opacity=60);
	border:2px solid #031d2c;
	margin:4px 4px;
	width:187px;
	height:103px;
}

.screenshotCarousel img:hover{
	opacity:1;
	filter:alpha(opacity=100);
	width:192px;
	height:110px;
	border:2px solid #e4920a;
	margin:-1px 0 0 -1px;
}

.screenshotNext, .screenshotPrev, .screenshotNext_DISABLED, .screenshotPrev_DISABLED {
  position:relative;
  margin-top:-120px;
  z-index:777;
  width:21px;
  height:109px;
  background-repeat:no-repeat;
  cursor:pointer;
}
.screenshotNext, .screenshotNext_DISABLED
{
  float:right;
  background-image:url(../../images/v2/thumb_next.png);
}

.screenshotPrev, .screenshotPrev_DISABLED
{
	float:left;
	background-image:url(../../images/v2/thumb_prev.png);
}

.screenshotNext:hover {
  background-image:url(../../images/v2/thumb_next-over.png);
}

.screenshotPrev:hover {
	background-image:url(../../images/v2/thumb_prev-over.png);
}

.screenshotNext_DISABLED, .screenshotPrev_DISABLED{
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default;
}

#stillWrap{
	clear:both;
	padding-top:12px;
}
#stillWrap div {
	background-image:url(../../images/v2/still_bg.png);
	background-repeat:no-repeat;
	width:922px;
	height:525px;
}

.download_content_wrap{
	background-image:url(../../images/v2/download_content_bg.png);
	background-repeat:no-repeat;
	width:479px;
	height:385px;
}

.download_content{
	height:312px;
}

.wallpaperThumbs{
	width:100px;
	height:80px;
	border:2px solid #031d2c;
}

.iconThumbs{
	width:47px;
	height:47px;
	border:2px solid #031d2c;
}

.wallpaperThumbs:hover, .wallpaperThumbs:active, .iconThumbs:hover{
	border:2px solid #e4920a;
}

.wallpaperArea{
	padding:15px 0 0 26px;
}


.areaPaginator{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

#wallpaperTooltip{
	background-image:url(../../images/v2/wallpaper_tooltip.png);
	background-repeat:no-repeat;
	width:224px;
	height:122px;
	position: absolute; 
	z-index:888;
	display:none;
}

#wallpaperTooltip table{
	margin:3px 0 0 5px;
}
#wallpaperTooltip td{
	padding-left:5px;
	line-height:16px;
	font-size:12px;
}

#movieWrap{
	clear:both;
	background-image:url(../../images/v2/movie_bg.png);
	background-repeat:no-repeat;
	width:801px;
	height:496px;
	float:left;
}
#movieWrap div {
	padding:7px 0 0 7px;
}

#movieThumbWrap{
	width:168px;
	height:496px;
	background-image:url(../../images/v2/thumb_bg_vert.png);
	background-repeat:no-repeat;
	float:right;
}

.movieCarousel{
	padding-top:40px; 
	margin-top:10px;
}

.movieCarousel img{
	opacity:0.6;
	filter:alpha(opacity=60);
	border:2px solid #031d2c;
	margin:0px 0px 0px 8px;
	width:149px;
	height:81px;
}

.movieCarousel img:hover{
	opacity:1;
	filter:alpha(opacity=100);
	width:149px;
	height:81px;
	border:2px solid #e4920a;
}

.movieCarousel ul{
	padding:0;
	margin:0;
	list-style:none;
}
.movieCarousel li{
	margin:0 0 -4px 0;
	padding:1px 0 1px 0;
}

.movieNext, .moviePrev, .movieNext_DISABLED, .moviePrev_DISABLED {
  position:relative;
  margin-top:0px;
  z-index:777;
  width:107px;
  height:22px;
  background-repeat:no-repeat;
  cursor:pointer;
  float:right;
  padding-right:30px;
}
.movieNext, .movieNext_DISABLED
{
  background-image:url(../../images/v2/thumb_next_vert.png);
  margin-top:-24px;
}

.moviePrev, .moviePrev_DISABLED
{
	background-image:url(../../images/v2/thumb_prev_vert.png);
	margin-top:-495px;
}

.movieNext:hover {
  background-image:url(../../images/v2/thumb_next_vert-over.png);
}

.moviePrev:hover {
	background-image:url(../../images/v2/thumb_prev_vert-over.png);
}

.movieNext_DISABLED, .moviePrev_DISABLED{
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default;
}

#movieSubWrap{
	width:976px;
	height:196px;
	background-image:url(../../images/v2/movie_sub_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-size:14px;
}

#movieSubWrap h1{
	padding-top:35px;
}









