
/* Gallery */
#gallery-controls { 
			width: 50px; 
			float: left; 
			margin-right: 7px; 
}
/* Slider */
.glider-window{ 
			width: 675px; 
			height: 500px; 
			overflow: hidden;
			margin:0px;
}
.glider-window .section { 
			width:675px;	
			height:500px; 
			overflow:hidden; float:left;
}

/* Image replacement */
/* self-clear floats */

/* IE Hacks */
* html #div{}
*:first-child+html #div{} 

/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
#div {margin-left: 10px;}
}
