.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 960px;
height: 350px;
background-color: #FFF;
margin: 0px auto;
position: relative; /* This protects the inner element from being blurred */
-moz-box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
-webkit-box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
box-shadow: 0px 3px 5px rgba(68,68,68,0.5);
z-index: 100;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 960px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

}

.pagination .toc a{
	width: 8px;
	height: 8px;
	margin: 0 4px 0 0;
	background: url(../wp-content/themes/Latorre Blue Wedding Theme/images/gallery-bt-off.png) no-repeat;
	display: inline-block;
	text-align: center;
	font-size: 1px;
	cursor: pointer;
	z-index: 300;
}

.pagination a:hover, .pagination a.selected{

}