@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


.TabbedPanels {
	margin: 0px;
	background: #EEE repeat-x top left;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding-left: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	list-style: none;	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	
}


.TabbedPanelsTabHover {
	
}


.TabbedPanelsTabSelected {
	
	border-bottom: 0px solid #EEE;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;	
	background: #EEE; /* background main pic */
	border-top: solid white 1px;
	border-bottom: solid white 10px;
	width: 487px;
	
}


.TabbedPanelsContent {
	padding: 10px;
	color: black; /* caption colour */
}


/* extra code added */


.thumbnail img{
border: 1px solid black;
width: 34px;
}



.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.mainimg {
width: 280px;
padding: 1px;
background: white;
margin-bottom: 10px;
}

