/* CSS Document */
@import url("rocketsv2.css");
@import url("artistPortrait.css");
@import url("gallery.css");


   /*title*/
	#TitleTina {
	width: 460px;
	height: 70px;
	background:url(page_titles/tinaTitle.png) no-repeat;
	text-indent: -9999px;
	float:left;
}

#content_gallery a.slidea {
    background:url(tina/tina_01_t.jpg) no-repeat;
	background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slideb {
    background:url(tina/tina_02_t.jpg) no-repeat; 
background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slidec {
    background:url(tina/tina_03_t.jpg) no-repeat; 
background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slided {
    background:url(tina/tina_04_t.jpg) no-repeat; 
background-color:#fff;
    height:70px; 
    width:70px;
    }
* html #content_gallery a.slided {
    width:70px; 
    w\idth:70px;
    }
#content_gallery a.slidee {
    background:url(tina/tina_05_t.jpg) no-repeat; 
background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slidef {
    background:url(tina/tina_06_t.jpg) no-repeat; 
	background-color:#fff;
    height:70px; 
    width:70px;
    }
* html #content_gallery a.slidef {
    width:70px; 
    w\idth:70px;
    }
#content_gallery a.slideg {
    background:url(tina/tina_07_t.jpg) no-repeat; 
	background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slideh {
    background:url(tina/tina_08_t.jpg) no-repeat; 
	background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slidei {
    background:url(tina/tina_09_t.jpg) no-repeat; 
	background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slidej {
    background:url(tina/tina_10_t.jpg) no-repeat; 
	background-color:#fff;
    height:70px; 
    width:70px;
    }
#content_gallery a.slidek {
    background:url(tina/tina_11_t.jpg) no-repeat; 
background-color:#fff;
    height:70px; 
    width:70px;
    }
* html #content_gallery a.slidek {
    width:70px; 
    width: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(tina/tina_13.jpg) no-repeat;

    }
	

