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

html,body{height:100%}
body {
	overflow:hidden;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #FFF;
}

.category_top {
	width: 460px;
	margin-bottom: 20px;
	position: relative;
	top: 4%;
}

.category_top h3 {
	float: left;
	margin-bottom: 20px;
}

.category_top h2 {
	float: left;
	text-align: center;
	padding-left: 10%;
	margin: 136px 40px 0 0;
}


a:link,a:visited,a:hover{
	color:#ddd;
}
a:hover{
	color:#fff;
	text-decoration:none;
}

#bg{
	position:fixed;
	left:415px;
	top:0;
	width:100%;
	height:100%;
}

#bgimg{
	display:none;
	cursor:pointer;
	-ms-interpolation-mode:	bicubic;
}
	
/* special IE fix for resized images */
#preloader{
	position:absolute;
	z-index:4;
	width:140px;
	padding:20px;
	top:20px;
	left:50px;
	background:#000;
	color:#666;
	font-family:graublauweb-webfont, Helvetica, Arial, sans-serif;
	font-size:16px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#preloader img{
	margin-right:16px;
}

#outer_container{
	position: relative;
	width: 672px;
	z-index: 3;
}


/* fucking IE needs a background value to understand hover area */
#customScrollBox{
	position:relative;
	overflow:hidden;
}

#customScrollBox .container{
	position:relative;
	width:480px;
	float:left;
	left: 45px;
	z-index: 2;
	padding-top: 3%;
	margin-top: 10%;
}

#customScrollBox .content{
	clear:both;
}

#customScrollBox .thum_box {
	clear:both;
	width: 196px;
	height: 24px;
	margin: 15px auto 50px;
}

#customScrollBox a.thumb_link{
	position:relative;
	display:block;
	width: 10px;
	height: 10px;
	padding: 7px;
	float:left;
	margin-right:10px;
}

#customScrollBox img{
	border:none;
}

#customScrollBox a.thumb_link .selected{
	position:absolute;
	top:0;
	left:0;
	width:24px;
	height:24px;
	background:url(../cp_images/btn_eps.png) no-repeat center;
	display:none;
}

#bg_shadow {
	position:absolute;
	z-index:1;
	width:684px;
	height: 100%;
	top:0%;
	left: -480px;
	background : url(../cp_images/sw_l_bg.png) repeat-y;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#arrow_indicator{
	position:absolute;
	z-index:1;
	width:200px;
	height: 100%;
	top:0%;
	background:url(../cp_images/sw_transparent_black_bg.png) repeat-y;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}

#nextimage_tip{
	position:fixed;
	z-index:1;
	width: 255px;
	height:37px;
	top:50%;
	right:20px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}

.with_border{
	border:1px solid #000;
}
.with_shadow{
	-moz-box-shadow:0 0 40px #000;
	-webkit-box-shadow:0 0 40px #000;
	box-shadow:0 0 40px #000;
}

.lo_btns {
	width: 374px;
	height: 24px;
	clear: both;
	margin: 0 auto;
}

.lo_btns li {
	float: left;
	margin-right: 7px;
}

.lo_btns .ls_li {
	margin-right: 0;
}


.you_can {
	color: #333;
	font-size: 12px;
	width: 474px;
	margin: 60px auto 0;
	text-align: center;
	clear: both;
}

/*=======ipad=======*/
@media only screen and (max-device-width:768px) and (orientation:portrait) {
#customScrollBox .container{
	margin-top: 30%;
}
}
/*=======iphone=======*/
@media only screen and (max-device-width:599px) and (orientation:portrait) {
#customScrollBox .container{
	margin-top: 50%;
}
}
