*{
	margin:0;
	padding:0;
}
/*body{
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:16px;
	background:#97D326 url(../images/bg.jpg) repeat top left;
	color:#000;
	text-shadow:1px 1px 1px #D1EF95;
}*/

.line{
	width:100%;
	height:1px;
	background:#B9DF6F;
	border-top:1px solid #71a01a;
	margin:10px 0px;
}
p.intro{
	font-weight:bold;
	font-style:italic;
}
/*a{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-shadow:none;

}*/
p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.wrapper{
	width:960px;
	margin:20px auto;
}
/*REMOVED FROM BELOW 	float:left; */
.item{
	width:600px;
	clear:both;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 140px;
	margin-top: 0px;
	padding-top: 20px;
}

.itemSM{
	width:170px;
	clear:both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-top: 0px;
	padding-top: 0px;
}
/*REMOVED FROM BELOW 	float:left; */
.thumb_wrapper{
	width:250px;
	height:250px;
	position:relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	width:30px;
	height:30px;
	position:absolute;
	top:86px;
	margin-top:-15px;
	outline:none;
	cursor:pointer;
}
.thumb_wrapper a.prev{
	left:-38px;
	background-color: transparent;
	background-image: url(../fancybox/fancy_nav_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.thumb_wrapper a.next{
	right:-34px;
	background:transparent url(../fancybox/fancy_nav_right.png) no-repeat top left;
}
.thumb_wrapper span{
	display:block;
	text-align:center;
	font-size:11px;
	font-style:italic;
	margin-top:3px;
}
.thumb_wrapperSM{
	width:170px;
	height:170px;
	position:relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thumb_wrapperSM a.prev,
.thumb_wrapperSM a.next{
	width:30px;
	height:30px;
	position:absolute;
	top:86px;
	margin-top:-15px;
	outline:none;
	cursor:pointer;
}
.thumb_wrapperSM a.prev{
	left:-38px;
	background-color: transparent;
	background-image: url(../fancybox/fancy_nav_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.thumb_wrapperSM a.next{
	right:-34px;
	background:transparent url(../fancybox/fancy_nav_right.png) no-repeat top left;
}
.thumb_wrapperSM span{
	display:block;
	text-align:center;
	font-size:11px;
	font-style:italic;
	margin-top:3px;
}
.thumb{
	margin-left:0px;
	width:250px;
	height:250px;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
}
.thumb ul{
	list-style:none;
	width:800px;
	height:107px;
}
.thumb ul li{
	float:left;
}
.thumb ul li a img{
	border:0px solid #fff;
}

.thumbSM{
	margin-left:0px;
	width:170px;
	height:170px;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
}
.thumbSM ul{
	list-style:none;
	width:170px;
	height:170px;
}
.thumbSM ul li{
	float:left;
}
.thumbSM ul li a img{
	border:0px solid #fff;
}

.description{
	width:620px;
	float:right;
}
.clear{
	clear:both;
}
/*.footer{
	text-align:center;
	width:100%;
	color:#000000;
	padding:20px 0px;
	clear:both;
	background:#000;
	margin-top:30px;
}*/
#contentSM {
	width: 170px;
}
