/*
Theme Name: sdcsb_theme
Theme URI: http://sdcsb.ucsd.edu
Description: Custom theme for sdcsb.ucsd.edu
Author: Brooks Taylor
Author URI: http://sdcsb.ucsd.edu
Version: 1.0
Tags:
License:
License URI:

CSS for slideshow- based on media height query
*/

/*  - - - - - - - - - - - - - - - - - - -  Slideshow elements  - - - - - - - - - - - - - - - - - - - */
#slides1{
	border: 1px solid #EEE;
	height:550px;
	position:absolute;
	left:342px;
	width:550px;
}

#slides1 a img{
	height:550px;
	width:550px;
}
#slides2{
	border: 1px solid #EEE;
	height:339px;
	position:absolute;
	left:0px;
	width:341px;	
}
#slides2 a img{
	height:339px;
	width:341px;
}

#slides3{
	border: 1px solid #EEE;
	height:210px;
	position:absolute;
	left:0px;
	top:340px;
	width:210px;	
}

#slides3 a img{
	height:210px;
	width:210px;
}

#slides4{
	border: 1px solid #EEE;
	height:129px;
	position:absolute;
	left:211px;
	top:421px;
	width:130px;	
}
#slides4 a img{
	height:129px;
	width:130px;
}

#slides5{
	border: 1px solid #EEE;
	height:80px;
	left:211px;
	position:absolute;
	top:340px;
	width:130px;	
}
#slides5 a img{
	height:80px;
	width:130px;
}

.slides_container {
	height:100%;
	width: 100%;
}

#slideshow{
	height: 552px;
	margin: 0px auto;
	position:relative;
	width: 893px;
	position:relative;
}

#slide-overlay{
	height: 552px;
	margin: 0px auto;
	position:relative;
	width: 893px;
	position:relative;
	z-index:80;
}

#slide-overlay img{
	height:100%;
	opacity:0.24;
	filter:alpha(opacity=24); /* For IE8 and earlier */
	position:relative;
	top:1px;
	width:100%;
}


