@charset "utf-8";
/* CSS Document */
.outer li{list-style:none!important;}
.outer ul {
	margin:0!important;
	padding:0!important;
}
ul.thumbs {}
.style-left {}
.clear {
	clear:both;
}
.outer .thumbs li img {
	position:absolute;
}
.outer .thumbs li {
	margin: 0 15px 15px 0!important;
	position: relative;
	 box-shadow: 0 0 8px 0px;
}
.outer li {
	list-style: none outside none;
}
.caption {
	color: #999999;
	font-size: 14px;
	padding-top: 5px;
}
.outer {
	margin-bottom:10px;
}
#slides1 li {
}
#slides1 li img {
    display: block;
    padding: 10px 9px 20px;
	border-radius: 11px 11px 11px 11px;
	max-width:100%!important;
}
#slides1 {
	margin: 0px 15px 15px 0 !important;
	float:left;
	
}
/*.pinned{	background-image:url(../images/needal.png);
	background-position:top;
	width:100%;
	background-repeat:no-repeat;}*/

.topLeft {
	background: url("../images/top_left.png") no-repeat scroll 0 0 transparent;
}
.topRight {
	background: url("../images/top_right.png") no-repeat scroll 100% 0 transparent;
}
.bottomLeft {
	background: url("../images/bottom_left.png") no-repeat scroll 0 100% transparent;
}
.bottomRight {
	background: url("../images/bottom_right.png") no-repeat scroll 100% 100% transparent;
}
.midLeft {
	background: url("../images/middle_left.png") repeat-y scroll 0 0 transparent;
	bottom: 90%;
}
.midRight {
	background: url("../images/middle_right.png") repeat-y scroll 100% 0 transparent;
}
.midTop {
	background: url("../images/top_middle.png") repeat-x scroll 0px 0px transparent;
}
.midBottom {
	background: url("../images/bottom_middle.png") repeat-x scroll 0px 100% transparent;
}
