/*jQuery Cycle Plugin Gallery Styling*/

img {
	border: 0px;
	margin: 0px;
}

.pics {  
    height:  207px;
	/*ie7 and below hack:*/
	*height: 175px;
	
	width:   292px;
	/*ie7 and below hack:*/
	*width: 260px;
	
	padding: 0;
	margin:  0;
	
	  
} 
 
.pics a {
	display: none;  
    padding: 15px;
	/*ie7 and below hack:*/
	*padding: 0px;  
    
	/*ie7 and below hack:*/
	*border: 0px;  
    background-color: #eef3f8;
	/*ie7 and below hack:*/
	*background-color: #fff;
	  
    
	width:  260px;
	height: 175px;
	top:  0; 
    left: 0
}

/*defaults to a placeholder image
if javascript not enabled */

.pics img.nojavascript {
	display: block;
}

#cycleplugin a {
	display:block;
}

