/*
		File: 	GalleryStyle.css
		Date: 	Wednesday February 21, 2010
		Auth:	Final Elements Studio LLC 
		Rollovers and postion
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#belly a {   
		display: block;   
		background:url(../Images/gallery/bellydancerthumb.png) top;
		width:180px;   
		height: 120px;   
}

#belly a:hover {  
		background:url(../Images/gallery/bellydancerthumb.png)  no-repeat bottom;
		
}

#chillin a {   
		display: block;   
		background:url(../Images/gallery/chilinthumb.png) top;
		width:180px;   
		height: 120px;   
}

#chillin a:hover {  
		background:url(../Images/gallery/chilinthumb.png)  no-repeat bottom;
		
}


#regulars a {   
		display: block;   
		background:url(../Images/gallery/regularsthumb.png) top;
		width:180px;   
		height: 120px;   
}

#regulars a:hover {  
		background:url(../Images/gallery/regularsthumb.png)  no-repeat bottom;
		
}

#decor a {   
		display: block;   
		background:url(../Images/gallery/decorthumb.png) top;
		width:180px;   
		height: 120px;   
}

#decor a:hover {  
		background:url(../Images/gallery/decorthumb.png)  no-repeat bottom;
		
}
#parties a {   
		display: block;   
		background:url(../Images/gallery/partiesthumb.png) top;
		width:180px;   
		height: 120px;   
}

#parties a:hover {  
		background:url(../Images/gallery/partiesthumb.png)  no-repeat bottom;
		
}
#eve08 a {   
		display: block;   
		background:url(../Images/gallery/eve08thumb.png) top;
		width:180px;   
		height: 120px;   
}

#eve08 a:hover {  
		background:url(../Images/gallery/eve08thumb.png)  no-repeat bottom;
		
}
#karaoke a {   
		display: block;   
		background:url(../Images/gallery/karaokethumb.png) top;
		width:180px;   
		height: 120px;   
}

#karaoke a:hover {  
		background:url(../Images/gallery/karaokethumb.png)  no-repeat bottom;
}
#halloween a {   
		display: block;   
		background:url(../Images/gallery/halloweenthumb.png) top;
		width:180px;   
		height: 120px;   
}

#halloween a:hover {  
		background:url(../Images/gallery/halloweenthumb.png)  no-repeat bottom;
}
#icepipe a {   
		display: block;   
		background:url(../Images/gallery/icepipethumb.png) top;
		width:180px;   
		height: 120px;   
}

#icepipe a:hover {  
		background:url(../Images/gallery/icepipethumb.png)  no-repeat bottom;
}