/* CSS Document */
#brideContainer {
	padding-top: 8px;
}

/* apply the gallery design - links slider */
#bridal_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_bridal { 
	position:relative ; 
	overflow:hidden ; 
	width:200px ; 
	height:55px ; 
	margin: 10px auto 10px; 
	padding-top: 1px; 
}
/* the thumbnails container */
#thumbsBridal { white-space:nowrap; display:block; position:relative; }

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

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


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

.addbkwd2 { 
	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 #bridal_container {  
	width:200px ; 
	height:52px ; 
	margin: 2px 0px 10px 10px; 
	display:block; 
	position:relative; 
}

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

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

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

/* the forward and backward buttons */
*HTML .addfwd2 { 
	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 .addbkwd2 { 
	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 */




