/*------------------------------------------------Promotion--------------------*/
.promotion_list .vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	height: 360px;	 
	width: 530px;
	border-top:2px solid #fd9116;	
	top:-10px;
	left:10px;
	
}
/* root element for scrollable items */
.promotion_list .items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.promotion_list .items div {
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size:11px;
	height:90px;
	width: 500px;
}
.promotion_list .items .read_more{
	float:right
}
/* the action buttons above the scrollable */
.promotion_list #actions {
	width:700px;
	margin:30px 0 10px 0;	
}

.promotion_list #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

.promotion_list #actions a:hover {
	text-decoration:underline;
	color:#000;
}

.promotion_list .disabled {
	visibility:hidden;		
}

.promotion_list .nextPage {
	position:absolute;
	left:507px;
	top:5px;
}	
.promotion_list .prevPage {
	position:absolute;
	left:10px;
	top:5px;
}	

/*------------------------------------------------Product--------------------*/
.product_list .vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	height: 360px;	 
	width: 725px;
	border-top:2px solid #fd9116;	
	top:-10px;
	left:10px;
	
}

/* root element for scrollable items */
.product_list .items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.product_list .items div {
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size:11px;
	height:90px;
	width: 725px;
}
.product_list .items .read_more{
	float:right
}
/* the action buttons above the scrollable */
.product_list #actions {
	width:700px;
	margin:30px 0 10px 0;	
}

.product_list #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

.product_list #actions a:hover {
	text-decoration:underline;
	color:#000;
}

.product_list .disabled {
	visibility:hidden;		
}

.product_list .nextPage {
	position:absolute;
	left:700px;
	top:5px;
}	
.product_list .prevPage {
	position:absolute;
	left:10px;
	top:5px;
}	
/*------------------------------------------------Article--------------------*/
.article .right .vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	height: 360px;	 
	width: 370px;
	border-top:2px solid #fd9116;	
	top:-10px;
	left:10px;
	
}

/* root element for scrollable items */
.article .right .items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.article .right .items div {
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size:11px;
	height:90px;
	width: 500px;
}
.article .right .items .read_more{
	float:right
}
/* the action buttons above the scrollable */
.article .right #actions {
	width:700px;
	margin:30px 0 10px 0;	
}

.article .right #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

.article .right #actions a:hover {
	text-decoration:underline;
	color:#000;
}

.article .right .disabled {
	visibility:hidden;		
}

.article .right .nextPage {
	position:absolute;
	left:346px;
	top:5px;
}	
.article .right .prevPage {
	position:absolute;
	left:10px;
	top:5px;
}	
/*------------------------------------------------Testimonial--------------------*/
.testimonial_list .vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	height: 320px;	 
	width: 530px;
	border-top:2px solid #fd9116;	
	top:-10px;
	left:10px;
	
}

/* root element for scrollable items */
.testimonial_list .items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.testimonial_list .items div {
	margin:5px 0;
	padding:5px;
}
/* the action buttons above the scrollable */
.testimonial_list #actions {
	width:700px;
	margin:30px 0 10px 0;	
}

.testimonial_list #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

.testimonial_list #actions a:hover {
	text-decoration:underline;
	color:#000;
}

.testimonial_list .disabled {
	visibility:hidden;		
}

.testimonial_list .nextPage {
	position:absolute;
	left:507px;
	top:5px;
}	
.testimonial_list .prevPage {
	position:absolute;
	left:10px;
	top:5px;
}	
/*------------------------------------------------Faq--------------------*/
.faq_list .vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	height: 360px;	 
	width: 530px;
	border-top:2px solid #fd9116;	
	top:-10px;
	left:205px;
}

/* root element for scrollable items */
.faq_list .items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.faq_list .items div {
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:5px 0;
	padding:5px;
	font-size:11px;
	height:auto;
	width: 530px;
}
/* the action buttons above the scrollable */
.faq_list #actions {
	width:700px;
	margin:30px 0 10px 0;	
}

.faq_list #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

.faq_list #actions a:hover {
	text-decoration:underline;
	color:#000;
}

.faq_list .disabled {
	visibility:hidden;		
}

.faq_list .nextPage {
	position:absolute;
	left:703px;
	top:5px;
	width:200px;
}	
.faq_list .prevPage {
	position:absolute;
	left:205px;
	top:5px;
}	
/*------------------------------------------------voucher--------------------*/
.voucher_list .vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	height: 354px;	 
	width: 725px;
	border-top:2px solid #fd9116;	
	top:-10px;
	left:10px;
	
}
.voucher_list .items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.voucher_list .items div {
	margin:5px 0;
	padding:5px;
}
.voucher_list .items .read_more{
	float:right
}
/* the action buttons above the scrollable */
.voucher_list #actions {
	width:700px;
	margin:30px 0 10px 0;	
}

.voucher_list #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

.voucher_list #actions a:hover {
	text-decoration:underline;
	color:#000;
}

.voucher_list .disabled {
	visibility:hidden;		
}

.voucher_list .nextPage {
	position:absolute;
	left:702px;
	top:5px;
}	
.voucher_list .prevPage {
	position:absolute;
	left:10px;
	top:5px;
}
/*------------------------------------------------Webboard--------------------*/
.webboard_list .vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	height: 295px;	 
	width: 530px;
	border-top:2px solid #fd9116;	
	top:20px;
	left:10px;
}

/* root element for scrollable items */
.webboard_list .items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.webboard_list .items div {
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:5px 0;
	padding:5px;
	font-size:11px;
	height:auto;
	width: 530px;
}
/* the action buttons above the scrollable */
.webboard_list #actions {
	width:700px;
	margin:30px 0 10px 0;	
}

.webboard_list #actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

.webboard_list #actions a:hover {
	text-decoration:underline;
	color:#000;
}

.webboard_list .disabled {
	visibility:hidden;		
}

.webboard_list .nextPage {
	position:absolute;
	left:505px;
	top:345px;
	width:200px;
}	
.webboard_list .prevPage {
	position:absolute;
	left:12px;
	top:345px;
}	



