/* Creative services */

#page-content-cs {
	position: relative;
	
	padding: 20px;
	width: 858px;
	
	border: 1px solid #333;
	border-top: 0;
	border-bottom: 0;
	
	background-color: #eee;
	color: #ccc;
	
	clear: both;
}

#cs-type-picker {
	width: 858px;
	height: 16px;
	text-align: center;
	
	margin: -20px;
	padding: 20px;
	
	background-color: #222;
	background-image: url(images/creative/creative-bg.png);
	margin-bottom: 20px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #1c1c1c;
}

#cs-type-picker ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cs-type-picker li {
	display: inline-block;
}

#cs-type-picker a {
	text-decoration: none;
	color: #888;
	
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	
	vertical-align: top;
}

#cs-type-picker a.active {	
	color: #840;
}

#cs-type-picker a:hover {	
	color: #c80;
}

#lander p {
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
	width: 90%;
	
	line-height: 1.5em;
	
	color: #222;	
}

#lander-btns {
	text-align: center;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.land-choice {
	width: 250px;
	height: 100px;
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #eaeaea;
	
	text-align: center;
	
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	
	color: #ccc;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.1s linear;
}

.land-choice:hover {
	color: black;
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-webkit-transition: -webkit-transform 0.3s ease;
	
	border: 1px solid #aaa;
}

#lander-btns img {
	width: 250px;
	height: 100px;	
}

#lander-btns p {
	margin-top: 10px;
	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
}

#posters {
	position: relative;
	height: 650px;
}

#posters #slideshow {
	position: absolute;
	right: 30px;
	top: -10px;
	
	width: 420px;
}

#posters #slideshow a {
	border: 0;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#posters #slideshow img {
	width: 420px;
	height: 600px;
	border: 0;
	text-decoration: none;
	
	padding: 5px;
	background-color: #fff;
}

#thumbs {
	width: 400px;
	
	overflow: hidden;
	margin-top: 5px;	
}

#thumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#thumbs li {
	float: left;
	padding: 3px;
	margin: 10px;
	/* border: 1px solid #666; */
	opacity: 0.5;
}

#thumbs li:hover {
	/* border: 1px solid #aaa; */
	opacity: 1.0;
}

#thumbs .thumbs a {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#thumbs img {
	width: 91px;
	height: 130px;
	
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	border: 0;
}

.pagination {
	clear: both;
	
	display: block;
	margin-top: 10px;
	
	text-align: center;
}

.pagination .current {
	color: white;
	display: inline-block;
	padding: 10px;
}

.pagination a {
	display: inline-block;
	padding: 10px;
	
	color: #08c;
	
	text-decoration: none;
}

.pagination a:hover {
	color: #0bf;
	background-color: #333;	
}

#op_frame {
	width: 640px;
	height: 360px;
	background-color: #444;
	
	margin-left: auto;
	margin-right: auto;
}

#op_frame p {
	display: block;
	
	font-family: Palatino, Times, serif;
	font-size: 1.5em;
	
	text-align: center;
	display: block;
	padding-top: 170px;
		
}

#list {
	width: 720px;
	margin-left: 90px;
	margin-right: 90px;
	
	margin-top: 50px;
	text-align: left;
}

#list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#list li {
	display: inline-block;
	margin: 10px;	
	margin-right: 30px;
}

#list ul li img {
	width: 192px;
	height: 108px;	
}

#list ul li a {
	text-decoration: none;
	color: #888;	
}

#list ul li:hover a {
	color: #08c;
}

#list ul li img {
	opacity: 0.8;
}

#list ul li:hover img {
	opacity: 1.0;
}

#list ul li .texttitle {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	overflow: hidden;
	
	text-align: center;
	
	margin-top: -4px;
	
	background-color: #111;
	color: white;
	
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 0.8em;
}