﻿
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 0px solid #C9DAC2;
	width: 410px;
	height: 310px;
	margin-bottom: 0px;
	float: right;	
}

.loading {
	background: url(file:///C|/Users/Philippa/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Templates/CSSFiles/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px solid white;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 0px solid #C9DAC2;
	padding: 0px;
}

.current img {
	border: 0px solid red;
	padding: 0px;
}

/*a {
	color: #607293;
	text-decoration: none;
}

body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 100%;
}*/

.container {
	width: 410px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	float: right;
}

.outline {
	border: 0px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}
	
/*************************************************************/

/*** Phone Media ****/
@media screen and (min-width: 150px) and (max-width: 550px) {
    .slideshowContainer {

    }

/*** Tablet Media ***/
@media screen and (min-width: 551px) and (max-width: 800px) {
    .slideshowContainer {

}

