/* CSS Document */
@import url("rocketsv2.css");
@import url("artistPortrait.css");
@import url("gallery.css");

/*dedication*/
#dedication{
width:400px;
padding-left:10px;
padding-top:180px;
}

   /*title*/
	#TitleAndrew {
	width: 460px;
	height: 70px;
	background:url(page_titles/andrewTitle.png) no-repeat;
	text-indent: -9999px;
	float:left;
}

#content_gallery a.slidea {
    background:url(andrew/andrew_01_t.jpg) no-repeat;
	/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slideb {
    background:url(andrew/andrew_02_t.jpg) no-repeat; 
/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slidec {
    background:url(andrew/andrew_03_t.jpg) no-repeat; 
/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slided {
    background:url(andrew/andrew_04_t.jpg) no-repeat; 
/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
* html #content_gallery a.slided {
    width:70px; 
    w\idth:70px;
    }
#content_gallery a.slidee {
    background:url(andrew/andrew_05_t.jpg) no-repeat; 
/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slidef {
    background:url(andrew/andrew_06_t.jpg) no-repeat; 
	/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
* html #content_gallery a.slidef {
    width:70px; 
    w\idth:70px;
    }
#content_gallery a.slideg {
    background:url(andrew/andrew_07_t.jpg) no-repeat; 
	/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slideh {
    background:url(andrew/andrew_08_t.jpg) no-repeat; 
	/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slidei {
    background:url(andrew/andrew_09_t.jpg) no-repeat; 
	/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slidej {
    background:url(andrew/andrew_10_t.jpg) no-repeat; 
	/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
#content_gallery a.slidek {
    background:url(andrew/andrew_11_t.jpg) no-repeat; 
/*background-color:#a96fc2;*/
    height:70px; 
    width:70px;
    }
* html #content_gallery a.slidek {
    width:70px; 
    w\idth:70px;
    }
#content_gallery a.slidel {
    background: url(images/artist_statement.png) no-repeat; 
	background-color:#ffffff;
    height:70px; 
    width:70px;
    }
	
/*When no images are displayed I am left with an uninteresting blank area on the screen. This would look better if I had a default image with perhaps a gallery title displayed. I can do this by adding a background image to the #content_gallery div and, if this image is located in the same area as the span :hover, it will be hidden when I hover over a thumbnail images. */
	
	#content_gallery {
    background: url(andrew/andrew_13.jpg) no-repeat;

    }
	

