@charset "utf-8";
/*rollover links*/
#button {width: 950px; height: 130px; z-index: 15; margin-bottom: 0px}
#button a:img {display: inline; z-index: 15;}	

/* -----3D----- */
.three_d{ 
	height: 150px; 
	width: 160px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/3d.jpg') top left no-repeat; 
	display: block; 
	float: left;
	z-index: 15;} 
.three_d:hover{background-position: bottom left;} 

/* -----Web-----*/
.web{ 
	height: 150px; 
	width: 160px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/web.jpg') top left no-repeat; 
	display: block; 
	float: left;} 
.web:hover{background-position: bottom left; } 

/* -----Print-----*/
.print{ 
	height: 150px; 
	width: 160px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/print.jpg') top left no-repeat; 
	display: block; 
	float: left;} 
.print:hover{background-position: bottom left; } 

.art{ 
	height: 150px; 
	width: 160px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/art.jpg') top left no-repeat; 
	display: block; 
	float: left;} 
.art:hover{background-position: bottom left; } 


/* -----Photography-----*/
.photography{ 
	height: 150px; 
	width: 160px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/photography.jpg') top left no-repeat; 
	display: block; 
	float: left;} 
.photography:hover{background-position: bottom left; } 




/*-----MINI ROLLOVERS------*/

.fbk{ 
	height: 35px; 
	width: 35px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/fbk.png') top left no-repeat; 
	display: block; 
	float: left;
	z-index: 15;
} 
.fbk:hover{background-position: bottom left; } 

.twt{ 
	height: 35px; 
	width: 35px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/twt.png') top left no-repeat; 
	display: block; 
	float: left;
	z-index: 15;
} 
.twt:hover{background-position: bottom left; } 

.cgs{ 
	height: 35px; 
	width: 35px; 
	text-indent: 10000px; 
	overflow: hidden; 
	background: url('images/cgs.png') top left no-repeat; 
	display: block; 
	float: left;
	z-index: 15;
} 
.cgs:hover{background-position: bottom left; } 
