@charset "utf-8";

#wrap {
	background-repeat: repeat;
	background-position: center 300px;
}
#wrap #background {
	background-image: url(../design/images/bg01.png);
	background-repeat: repeat;
}
#wrap #topicpath {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#content article .article_inner ul li {
	float: left;
}


section {
	overflow: hidden;
	zoom: 1;
}

#content article .article_inner {
	float: none;
	width: 100%;
}
#wrap #content article .article_inner h1 {
	padding-top: 100px;
	float: none;
	margin-bottom: 0px;
	padding-bottom: 40px;
	height: 220px;
	width: 100%;
	text-align: center;
}
#page_ancher ul li {
	float: left;
}
#page_ancher {
	width: 500px;
	padding-left: 290px;
	height: 400px;
}
#smart h2 {
	height: 281px;
	padding-bottom: 30px;
}
#stylish h2 {
	height: 281px;
	padding-bottom: 30px;
}
#stylish {
	clear: both;
	padding-bottom: 200px;
}


#smart {
	padding-bottom: 100px;
}

#slider {
	position: relative;
	width: 960px;
	height: 520px;
	overflow: hidden;
	zoom: 1;
}
#slider2 {
	position: relative;
	width: 960px;
	height: 520px;
	overflow: hidden;
	zoom: 1;
}


.item .main {
	width: 550px;
	height: 360px;
}
.item {
	height: 540px;
	width: 960px;
	position: relative;
}


.item .tmb_list li {
	width: 70px;
	margin-right: 13px;
	float: left;
}

.item .tmb_list li a {
	cursor: default;
}

#iris {
	display: none;

}

#carei {
	display: none;
}
#carina {
	display: none;
}
#orympus {
	display: none;
}
.detail 
  {
	margin-right: 18px;
	float: right;
}
.photo 
  {
	float: left;
}
.photo .main 
   {
	margin-bottom: 13px;
}

.btn_close {
	position: absolute;
	top: -55px;
	right: 0;
}


#topicpath {
	margin: 18px 0 15px;
}

#content article .article_inner {
	float: none;
	width: 100%;
	padding-top: 55px;
}

       
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {

}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background-image: url(../design/images/arrow_left_off.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
	top: 10px;
}

.bx-wrapper .bx-next {
	background-image: url(../design/images/arrow_right_off.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
	top: 10px;
	margin-left: 905px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {

}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0px;
	outline: 0;
	width: 55px;
	height: 55px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin-top: 0;
	margin-bottom: 0;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	font-family: Arial;
	display: block;
	font-size: 0.85em;
	padding: 10px;
}






#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	margin: 0 auto;
	position: relative;
	z-index: 101;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
