
@import url("widgets/medialist.css");
@import url("widgets/article.css");
@import url("widgets/comments.css");

#gallery {
	border-bottom: 1px solid #ccc;
	margin: 0 20px 20px 20px;
	padding-bottom: 20px;
}

#gallery h2 {
	font-size: 3.6em;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

#gallery .back {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images/whiteorangeleftarrow.gif) no-repeat;
	color: #666;
	display: block;
	line-height: 15px;
	padding-left: 20px;
}

#gallery .article {
	width: 490px;
}

#gallery .ad {
	margin: 10px auto;
	text-align: center;
}
	

#currentimage {
	margin-top: 20px;
}

#currentimage .img {
	position: relative;
}

#currentimage .img a {
	bottom: 0;
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
}

#currentimage .img .prev {
	background: #fff url(http://moviezine.se.s3.amazonaws.com/ui/images/whiteorangeleftarrow.gif) no-repeat 10px 5px;
	left: 0;
	padding: 0 10px 0 30px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#currentimage .img .next {
	background: #fff url(http://moviezine.se.s3.amazonaws.com/ui/images/whiteorangerightarrow.gif) no-repeat right 5px;
	border-right: 10px solid #fff;
	right: 0;
	padding: 0 20px 0 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#currentimage .caption {
	margin: 5px 0 20px 0;
	text-align: center;
}

#currentimage .caption a {
	color: #000;
	font-weight: bold;
}

#thumbs a {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	display: block;
	float: left;
}

#galleries {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	width: 488px;
}

#galleries .gallery {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	height: 62px;
	padding: 2px;
	position: relative;
	width: 239px;
}

#galleries .gallery.odd {
	background-color: #e8e8e8;
}

#galleries .gallery .name, #galleries .gallery .info {
	display: block;
	margin-left: 114px;
}

#galleries .gallery .img {
	display: block;
	left: 2px;
	position: absolute;
	top: 2px;	
}

#galleries .gallery .name {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 8px;
}

#galleries .gallery .info {
	font-size: 1.1em;
	line-height: 1.2em;
}