/**
 * SISLEYSTUDIO GALLERY
 www.sisleystudio.com
 *
 * set object gallery class ( default = .gallery_images )
 */

/* clean style */
.gallery_images,
.gallery_images ul,
.gallery_images ul li,
.gallery_images ul li a,
.gallery_images div,
.gallery_images div.list_images a:visited,
.gallery_images div.list_images a img
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	list-style: none;
}

/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

.gallery_images
{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF; 
	width: 625px;
	margin: 0 auto; 
	position: relative;
	z-index: 1;
}

.gallery_images ul li a,
.gallery_images ul li a:hover,
.gallery_images ul li a:visited
{
	color: #FFF;
}

/* float the list so that the items are in a line */
.gallery_images ul li
{
	float:left; 
}
/* style the links to be 124px wide by 30px high with a top and right 
border 1px solid white. Set the background color and the font size. */
.gallery_images ul li a,
.gallery_images ul li a:visited
{
	display:block; 
	float:left;
	text-align:center; 
	text-decoration:none; 
	width:124px; 
	height:30px; 
	color:#fff; 
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#e79205; 
	line-height:30px; 
	font-size:11px;
}

/* make the dropdown ul invisible */
.gallery_images div.list_images
{
	display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover 
*/
.gallery_images ul li a.gallery_active,
.gallery_images ul li a.gallery_active:visited
{
	color: #fff; 
	background:#41658a;
}

.gallery_images div.list_images_active
{
	text-align: left;
	display: block;
	clear: both;
	width:564px;
	height: auto;
	min-height: 70px !important;
	border: 20px solid #41658a;
	background: #eee; 
	color: #000;
	padding: 25px 30px;
}

/* style the initial image size 100px x 75px no border and 5pixel 
padding */
.gallery_images div.list_images img 
{
	width: 90px;
	height: 69px;
	border: 0;
	margin: 5px;
	margin-left: 4px;
	background: #FFF url(http://www.rosewoodpointe.com/images/website/galleryBG_small.jpg) 0 0 repeat-x;
	padding: 5px;
}

.gallery_images div.list_images div.div_show_image
{
	border: 1px solid #41658a;
	text-align: center;
	margin-left:75px;
	height: 300px;
	width:400px;
	padding:10px 10px 10px 10px;
	background:#548ac2 url(http://www.rosewoodpointe.com/images/website/galleryBG_large.jpg) repeat-x;
}

div.gallery_images div.list_images div.div_show_image img,
div.gallery_images div.list_images_active div.div_show_image img,
div#content3 div.gallery_images div.list_images div.div_show_image img,
div#content3 div.gallery_images_active div.list_images div.div_show_image img
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
