/* SLIDESHOW - ORIG 550px WIDE */
#templatemo_gallery_panel {
	clear: both;
	overflow: hidden;
	width: 400px; /* CHANGE TO ADJUST WIDTH - MUST MATCH ALL OTHERS WITH THIS COMMENT */
	height: 395px; /* was 360 - expand this if u wanna put thumbnail */
	padding: 0;
	border: 10px solid #ccc;
}

#templatemo_gallery_panel #gallery {
	position: relative; 
	width: 400px; /* CHANGE TO ADJUST WIDTH - MUST MATCH ALL OTHERS WITH THIS COMMENT */
	}
	
#templatemo_gallery_panel #image {
	position: relative;
	width: 400px; /* CHANGE TO ADJUST WIDTH - MUST MATCH ALL OTHERS WITH THIS COMMENT */
	height: 300px;
	background-color: #FFF;
	background-image: url(http://Storage1.Colony1.Net/11779/slideshow/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#templatemo_gallery_panel #tag {
	float: left;
	position: absolute;
	display: block;
	top: 0px;
}
	
#templatemo_gallery_panel #image img {
	position: absolute; 
	top: 0px; 
	left: 0px;
	}

#templatemo_gallery_panel #thumbwrapper {
	margin-top: 5px; 
	width: 400px; /* CHANGE TO ADJUST WIDTH - MUST MATCH ALL OTHERS WITH THIS COMMENT */
	height: 90px;
	}

#templatemo_gallery_panel #thumbarea {
	position: relative;
	overflow: hidden; 
	height: 90px; 
	width: 400px; /* CHANGE TO ADJUST WIDTH - MUST MATCH ALL OTHERS WITH THIS COMMENT */
	}
	
#templatemo_gallery_panel #thumbarea ul{ 
	margin: 0; 
	padding: 0;
	}
	
#templatemo_gallery_panel #thumbs {
	position: absolute; 
	list-style: none; 
	height: 90px; 
	width: 900px;
	}
	
#templatemo_gallery_panel #thumbs li {
	float: left; 
	margin-right: 2px; 
	cursor: pointer;
	}

#templatemo_gallery_panel .imgnav {
	position: absolute; 
	height: 300px; 
	width: 10%; 
	z-index: 100; 
	outline: none; 
	cursor: pointer;
	}
	
#templatemo_gallery_panel #previmg {
	left: 0;
	background-image: url(http://Storage1.Colony1.Net/11779/slideshow/images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#templatemo_gallery_panel #previmg:hover {
	opacity: .40; 
	filter: alpha(opacity=100);
	}
	
#templatemo_gallery_panel #nextimg {
	right: 0;
	background-image: url(http://Storage1.Colony1.Net/11779/slideshow/images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
#templatemo_gallery_panel #nextimg:hover {
	opacity: .40; 
	filter: alpha(opacity=100);
	}
