
#commContainer {
	padding-top: 5px;
}

*HTML #commContainer {
	padding-top: 5px;
}
/* apply the gallery design - links slider */
#commercial_container {  
	width:200px; 
	height:52px; 
	margin: 10px auto 10px; 
	display:block; 
	position:relative;	
}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_commercial { 
	position:relative ; 
	overflow:hidden ; 
	width:200px ; 
	height:55px ; 
	margin: 10px auto 10px; 
	padding-top: 1px; 
}
/* the thumbnails container */
#thumbsComm { white-space:nowrap; display:block; position:relative; }

#thumbsComm a { padding:0px; margin:0px; }

#thumbsComm a img{		
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
	border: 0px;
}


/* the forward and backward buttons */
.addfwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:18px; 
	height:52px; 
	top:1px; 
	right:0px; 
	background:url(../images/site_assets/gallery_fwd.jpg) no-repeat;  
}

.addbkwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:18px; 
	height:52px; 
	top:1px; 
	left:0px; 
	background:url(../images/site_assets/gallery_back.jpg) no-repeat;  
}
/* thumbnail slider end */

/* FOR IE FIX apply the gallery design - links slider */
*HTML #commercial_container {  
	width:200px ; 
	height:52px ; 
	margin: 2px 0px 10px 10px; 
	display:block; 
	position:relative; 
	padding-top: 5px;
}

/* the width is set to show the number of thumbnails that will be visible */
*HTML #thumb_commercial { 
	position:relative ; 
	overflow:hidden ; 
	width:200px ; 
	height:55px ; 
	margin: 1px 0px 0px 0px;
}

/* the thumbnails container */
*HTML #thumbsComm { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}

*HTML #thumbsComm a { padding:0px; margin:0px; }
*HTML #thumbsComm a img{ border:1px #333333 solid; }

/* the forward and backward buttons */
*HTML .addfwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:18px; 
	height:52px; 
	top:3px; 
	right:0px; 
	background:url(../images/site_assets/gallery_fwd.jpg) no-repeat;  
}

*HTML .addbkwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:18px; 
	height:52px; 
	top:3px; 
	left:0px; 
	background:url(../images/site_assets/gallery_back.jpg) no-repeat;  
}
/* thumbnail slider end */


