.lrProductPhotosDefaultWrapper{
	width:345px;
	margin:0px auto;
/*
	-moz-border-radius:5px;
	border-radius:5px;
	webkit-border-radius:5px;
*/
	padding:0;
/*
	border:1px solid #ccc;
*/
}

.lrProductPhotosDefault{
    margin: 0 auto;
    overflow: hidden;
    width:325px;
	height:213px;
}

.lrProductPhotosDefault img { 
	width:325px;
	height:213px;
}

.lrProductPhotosDefaultWrapper .nav { 
	position:relative;
	z-index:200;
	width:265px;
	height:35px;
	margin:15px auto 6px;
}

.lrProductPhotosDefaultWrapper .nav img{ 
	width:48px; 
	height:31px;
	-moz-border-radius:3px;
	border-radius:3px;
	webkit-border-radius:3px;
	opacity:.5;
	border:none;
}

.lrProductPhotosDefaultWrapper .nav ul {
	list-style-type:none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	width:3000px;
	height:31px;
}

.lrProductPhotosDefaultWrapper .nav li {
	list-style-type:none;
	text-decoration:none;
	display:inline;
	margin-right:7px;
}

.lrProductPhotosDefaultWrapper .control{
	position:relative;
	z-index:200;
	float:none;
}

.lrProductPhotosDefaultWrapper .control .next{
	width:20px;
	height:30px;
	background:url(Images/arrow-right.png) no-repeat;
	float:right;
	margin:-40px 0 0 0;
	cursor:pointer;
}

.lrProductPhotosDefaultWrapper .control .prev{
	width:20px;
	height:30px;
	background:url(Images/arrow-left.png) no-repeat;
	float:left;
	margin:-40px 0 0 0;
	cursor:pointer;
}

.lrProductPhotosDefaultWrapper .nav li.activeSlide img {
	opacity:1;
}

.lrProductPhotosDefault .ContentSlide{
    width:575px;
	height:275px;
    overflow:hidden;
} 

.lrProductPhotosDefaultWrapper .nav .ContentSlide {
	display:inline;
}
.lrProductPhotosDefaultWrapper .nav .ContentSlide img {
	background-color:#FFFFFF;
}

.lrProductPhotosDefault .ContentSlide img{
    width:auto;
    height:auto;
}  

.lrProductPhotosDefault div.ContentSlide p{
    overflow:hidden;
}

.lrProductPhotosDefault div.ContentSlide span{
    overflow:hidden;      
}