
.simply-scroll-container { 
			position: relative;
		}
		
		/* Clip DIV - automatically generated */
		.simply-scroll-clip { 
			position: relative;
			overflow: hidden;
			z-index: 2;
		}
		
		/* UL/OL/DIV - the element that simplyScroll is inited on
		Class name automatically added to element */
		.simply-scroll-list { 
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			overflow: hidden;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			
		.simply-scroll-list li {
			padding: 0;
			margin: 0px;
			list-style: none;
		}
			
		.simply-scroll-list li img {
			border: none;
			display: block;
		}

/* ---------------------------------------------------------------------------------- */

/* Block Box Model ------------------------------------------------------------------ */

.block{
	margin:auto;
	margin-bottom:15px;
}

.block .left{
	background: url(../images/block-header-left.jpg) no-repeat;
	height:33px;
	width:6px;
	float:left;
}

.block .bg{
	background: url(../images/block-header-bg.jpg) repeat-x;
	height:33px;
	width:100%;
	margin-right:0px;
	float:left;
}

.block .right{
	background: url(../images/block-header-right.jpg) no-repeat;
	height:33px;
	width:6px;
	margin-left:-6px;
	float:right;
}

.block .block-heading{
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	color:#363636;
	background:url(../images/title-arrow.png) no-repeat 2px 0px;
	padding: 0px 0 0px 0px;
	line-height:38px;
}

.block .block-body{
	background: #F2F2F2;
	border:1px solid #CCC;
	margin-bottom:15px;
	padding:10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	clear:both;
	overflow:hidden;
}

.block .block-content{	
	border-bottom: 1px solid #AEAEAE;
	border-bottom-style:dashed;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:8px;
}


.recent-product{ 
	width: 100%;
	height: 150px;
	margin:  5px 0px;
}

.recent-product .simply-scroll-clip {
	width: 100%;
	height:150px;
}
			
.recent-product .simply-scroll-list li {
	float: left;
	height: 150px;
	/*width:150px;*/
}

.recent-product .simply-scroll-list li img {
	margin:0 5px;
}

.recent-product .product-title.block-title{
	text-align:center;
	clear:left;
}

