* { 
		margin: 0;
		padding: 0;
	}
	
	img{
		border: none;
	}
	
	#imagebig {
		width:280px;
		height:280px;
		float:left;
	}
	
	.imgBrowser {
		padding: 0 0 0 6px;
		width: 410px;
		height: 94px;
		float:left;
	}
	
	.navleft {
		float:left;
		width:16px;
		height:68px;
	}
	
	.navright {
		float:left;
		width:16px;
		height:68px;
	}

	.imgBrowser .container {
		position: relative;
		float:left;
		padding: 0;
		margin: 0;
	 	width: 373px !important;
	  	width /**/:371px;
	 	height: 92px !important;
	  	height /**/:94px;  		
		overflow: hidden;
	}


	.imgBrowser .container img {
		float: left;
		margin:0 3px;
		padding: 0;
	}

	.imgBrowser .nav {
		text-align : center;
	}

	.mousecursor{
		cursor: pointer;
	}

	.emptyDiv{
		width: 68px;
		height: 80px;
		display: inline;
	}

	#overflowdiv img{
		width: 68px;
		height: 80px;
	}
	
	#desc-collection {
		width:350px;
		float:left;
		padding:0 0 0 27px;
		color:#777;
	}
	
	#desc-collection h2 {
		color:#ab9c85;
		font-weight:normal;
		font-size:20px;
		padding:0 0 10px 0;
	}
	
	#desc-collection h3 {
		color:#ab9c85;
		font-weight:normal;
		font-size:14px;
		padding:10px 0 5px 0;
	}