/*
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:605px;
	position:absolute;
	left:376px;
	width:605px;
}
#slides2{
	border: 1px solid #EEE;
	height:373px;
	position:absolute;
	left:0px;
	width:375px;	
}
#slides3{
	border: 1px solid #EEE;
	height:231px;
	position:absolute;
	left:0px;
	top:374px;
	width:231px;	
}
#slides4{
	border: 1px solid #EEE;
	height:142px;
	position:absolute;
	left:232px;
	top:463px;
	width:143px;	
}
#slides5{
	border: 1px solid #EEE;
	height:88px;
	left:232px;
	position:absolute;
	top:374px;
	width:143px;	
}


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

#slideshow{
	height: 607px;
	margin: 0px auto;
	position:relative;
	width: 982px;
	position:relative;
}

#slide-overlay{
	height: 607px;
	margin: 0px auto;
	position:relative;
	width: 982px;
	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%;
}

