/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


#wrap{
	width: 950px;
	margin: 0 auto;
}


/*
	prewiev
*/

.prew_box{
	/*height: 400px;*/
	height: 300px;
}

.prew_bg1{
	background: url(images/prev_bg_1.jpg) no-repeat top left;
}

.prew_bg2{
	background: url(images/prev_bg_2.jpg) no-repeat top left;
}

.prew_bg3{
	background: url(images/prev_bg_3.jpg) no-repeat top left;
}

.prew_bg4{
	background: url(images/prev_bg_4.jpg) no-repeat top left;
}

.prew_bg5{
	background: url(images/prev_bg_5.jpg) no-repeat top left;
}

.prew_but_left{
	float: left;
	width: 15px;
	padding-left: 30px;
	padding-top: 152px;
}

.prew_but_middle{
	float: left;
	width: 910px;
	text-align: center;
}

.prew_but_middle ul{
	list-style: none;
	width: 110px;
	margin: 0 auto;
	padding-top: 300px;
}

.prew_but_middle ul li{
	float: left;
	padding-left: 5px;
}

.prew_but_middle ul li a{
	display: block;
	background: url(../images/prev_but_bg.png) no-repeat top right;
	width: 16px;
	height: 15px;
}

.prew_but_middle ul li a:hover{
	background: url(../images/prev_but_select.png) no-repeat;
}

.prew_but_middle ul li .select{
	background: url(../images/prev_but_select.png) no-repeat;
}

.prew_but_right{
	float: left;
	width: 45px;
	padding-top: 152px;
}

.prew_bot
{
margin-top: 30px;
}

.prew_bot p{
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding: 5px;
}



/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
   /* width: 960px;
    height: 400px;*/
	 width: 950px;
    height: 300px;
    margin:0 auto;

}

#slider {
	position:relative;
    width: 950px;
    height: 300px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	/*left: 430px;*/
	left: 800px;
	bottom: 12px;

}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/prev_but_bg.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
		background:url(../images/prev_but_select.png) no-repeat;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;/* margin-right: 70px;*/ margin-right: 10px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

