.slider_allwrap
{
	font-family:verdana;
	font-size:0;
	position:absolute;
	width:220px;
	height:330px;
	margin:0 auto;
	padding:0;
	overflow:auto;
	z-index:0;
	/*design of allwrap*/
	background: rgb(160,199,229);
	background: -moz-linear-gradient(left,  rgba(160,199,229,1) 1%, rgba(179,206,226,1) 46%, rgba(192,211,224,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(160,199,229,1)), color-stop(46%,rgba(179,206,226,1)), color-stop(100%,rgba(192,211,224,1)));
	background: -webkit-linear-gradient(left,  rgba(160,199,229,1) 1%,rgba(179,206,226,1) 46%,rgba(192,211,224,1) 100%);
	background: -o-linear-gradient(left,  rgba(160,199,229,1) 1%,rgba(179,206,226,1) 46%,rgba(192,211,224,1) 100%);
	background: -ms-linear-gradient(left,  rgba(160,199,229,1) 1%,rgba(179,206,226,1) 46%,rgba(192,211,224,1) 100%);
	background: linear-gradient(left,  rgba(160,199,229,1) 1%,rgba(179,206,226,1) 46%,rgba(192,211,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c7e5', endColorstr='#c0d3e0',GradientType=1 );
	-moz-box-shadow: 1px 2px 5px #b9cedd;
	-webkit-box-shadow: 1px 2px 5px #b9cedd;
	box-shadow: 1px 2px 5px #b9cedd;
	border:1px solid #B9CEDD;
	padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*end design of allwrap*/
}
.slider_slideswrap
{
	font-size:0;
	padding:0;
	position:absolute;
	width:220px;
	height:330px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	z-index:1;
}
.slide
{
	position:absolute;
	width:200px;
}
.slide_top
{
	width:200px;
	height:200px;
	font-size:14px;
}
.slide_middle
{
	width:200px;
	height:32px;
}
.slide_bottom
{
	width:200px;
	height:230px;
	font-size:14px;
}
/*describing slider control*/
.slider_control_all
{
	position:absolute;
	width:200px;
	height:32px;
	top:220px;
	z-index:2;
}
.slider_control_button_left
{
	height:32px;
	width:32px;
	background:url("img/arr-left.png") center center no-repeat;
	display:inline;
	float:left;
	z-index:2;
}
.slider_control_button_right
{
	height:32px;
	width:32px;
	background:url("img/arr-right.png") center center no-repeat;
	display:inline;
	float:right;
	z-index:2;
}
.slider_control_middle
{
	/*background:url("img/slider_control_body.png") center center no-repeat;*/
	margin:0;
	padding:0;
	overflow:hidden;
	height:32px;
	width:136px;
	display:inline;
	float:left;
	z-index:2;
	text-align:center;
	font-size:0;
}
ul #nav {
	margin:0;
	padding:0;
	height:32px;
	width:auto;
	font-size:0;
	text-align:center;
	float:center;
}
#nav li{
    width: 20px;
	height:32px;
	list-style:none;
	display:inline;
	float:left;
}

#nav a {
    display: block;
    width: 20px;
    height: 32px;
    background:url("img/slider_control_dog.png") center center no-repeat;
}

#nav li.activeSlide a {
    background:url("img/slider_control_dog_active.png") center center no-repeat;
}


/*end describing slider control*/
/*slider button*/
.slider_button_pod {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.slider_button_pod:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.slider_button_pod:active {
	position:relative;
	top:1px;
}
/*slider button end*/

