/*icon view*/
#flickr.short_list img{
    border:solid #ddd 3px;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;

    
}
#flickr.short_list a{
    display:block;
    border:solid #888 1px;
    width:81px;
    height:81px;
    float:left;
    margin:2px 1px;    
}
#flickr.short_list a:hover img{
    border:solid #ddd 3px;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;

}

#flickr.short_list a:hover{
    border:solid #000 1px;
}


    #slider img{border:none;}
	
			
    /* image replacement */
        .graphic{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:240px;
                height:180px;
		background:#fff;		
		margin-bottom:2em;
		}
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:240px;
		height:241px;
		overflow:hidden;
                text-align:center
		}	
/* // Easy Slider */
