/* CSS Document */

/*To add styles to a slide with a vertical image, you must attach the verticalImageNav stylesheet.*/

#horizontalImageNavigation {
float:left;
border:none;
color:#99FFFF;
text-align:center;
margin-top:30px;
margin-left:100px;
margin-bottom:25px;
padding:0px;
width:550px;
height:17px;


}

#horizontalImageNavigation a {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
color:#99FFFF;
font-size:13px;
text-align:center;
text-decoration: none; 
border:none;
border-style:none;
margin:0px;
padding:0px;

}



#horizontalImageNavigation a:hover		{  
text-decoration: underline;
border-style:none;
margin:0px;
padding:0px;
color:#99FFFF;
}




#previousSlideNav {
float:left;
height:17px;
width:20%;
text-align:center;
display:block;

}


#previousSlideNav img{
float:left;

}

#previousSlideNav a,  #nextSlideNav a{
display:block;
font-size:13px;
font-weight: normal;
font-style: italic;
font-family:  "Times New Roman", Times, serif;


}


#slideTitle {
float:left;
width:60%;
height:50px;
font-size:16px;
font-family:  "Times New Roman", Times, serif;
color:#99FFFF;
color:#FF00FF;
text-align:center;
font-weight:bold;


}

#nextSlideNav {
float:left;
height:17px;
width:20%;
text-align:center;

}



#nextSlideNav img{
float:right;

}




