@charset "UTF-8";
/* CSS Document for use with Flickr widget */



#aw-flickr { 
	clear: both ;
	width: 240px ;
	margin: 0 auto 0 auto ;
	/* background-color: #000 ; */
	padding: 0 ;
	
}
#aw-flickr-main {
	overflow: hidden ;
	z-index: 1 ;
	padding: 0 ;
	/** The following will determine the size attributes of the main image 
	height: 200px ;
	width: 240px ;**/
}
#aw-flickr-main img {
	position: absolute ;
}

.aw-flickr-thumb {
	float: left ;
	overflow: hidden ;
	height: 60px ;
	/** The following will determine the size attributes of the thumbnails 
	height: 60px ;
	width: 60px ;**/
}
.aw-flickr-thumbbox {
	/**background-image: url(images/thumb-back.jpg) ;
	background-repeat: no-repeat ;
	background-color: #F0F ;
	width: 240px ;
	height: 500px ;
	**/
	
}

#aw-flickr-caption {
	position: absolute ;
	z-index: 2 ;
	background-image:url(images/black-trans.png) ;
	background-repeat: repeat ;
	font-size: 11px ;
	text-align: center ;
	width: inherit ;
		
}


.awclr {
	
	clear: both ;
		
}
