#col3 #abstractList div.row{
width: 100%;

padding:4px;
margin: 4px 0 4px 0;
overflow: hidden;
.width: 250px;
_width: 250px;
}

#col3 #abstractList div.row div{
float:left;
}

#col3 #abstractList div.row .image{
width:23%;
min-width:150px;
min-height:150px;
margin-right:4px;
}
#col3 #abstractList div.row .image img{
/*width: 206px;*/
}
#col3 #abstractList div.row .content{
float:right;
width:73%;
margin-right:4px;
}

#mailForm textarea{
	width: 100%;
}

#previewGallery .image{
	display: inline;
}
#previewGallery img{
	height: 48px;
	width: 48px;
}

#gallery img{
/*	height: 520px;
	width: 520px;*/
}
#gallery #slider {
    width: 520px; /* important to be same as image width */
    height: 520px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#gallery #sliderContent {
    width: 520px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.dealerItem{
	float: left;
	margin-right: 100px;
}