﻿.gallerycontroller{
width: 258px;
height:70px;
}

.gallerycontent{
width: 250px;
height: 250px;
border: 1px solid #6699CC;
background-image: url(../images/gallerybg.jpg);
/*background-color: #e2eeff; DFDFFF*/
padding: 3px;
display: block;
color:#d11212;
font-family: Arial, sans-serif;
font-size:12px;
overflow: -moz-scrollbars-vertical;
overflow: auto;

}
