/* =Reset
   ----------------------------------------------------

html, body, div, span, a,
h1, img, ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

 --- */

body {

}  



ul, form ul li { margin-bottom: .5em; }

strong { font-weight: bold; }

h1 { margin-bottom: 1em; }

/* Note: page content is position in #div Page in theme CSS*/ 

.wrapper {
    width: 700px;
    padding: 18px 9px 9px 9px;
	*padding: 9px 9px 9px 9px; /* IE 6*/
	background: transparent url(../../themes/frog-log/idsimages/bg-trans2.png) no-repeat 0 0;
	border:1px solid #ccc;
	overflow:hidden;
}

#img {
    position: relative; 
    /*width:360px;*/
    height: 480px;
    margin-bottom: 1px;
	margin-top: 3px;
	margin-right:2px;
	background-color:#444;
	padding:3px;
	border-color::2px  #ccc;
	float: right;
	}

#gallery { height: 170px; 
	}
	
/* outside border off whole gallery and images*/
#wrapper, #img, #gallery li {
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	
}

/*carousel */
#gallery li {
	margin:2px 5px 2px 5px;
	background-color:;
	padding:3px;
	border:1px solid #999;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	cursor:pointer;
	width:90px;
	height:60px;
	background: transparent url(ajax-loader-small.gif) 50% 50% no-repeat;
	cursor: pointer;
	overflow:hidden;
}

/* active item */
#gallery li.active {
	border:1px solid #efe;;
	padding:3px;
	z-index:9999;
	position:relative;
	}

.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ccc;
	font-weight:bold;
	padding-top:5px; 
    position: absolute;
    top: 0;
	right:340px; 
    width: 350px;

}

/*font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#eee;
	font-weight:bold;
	padding-top:5px; 
	display: block;
    position: absolute;
    top: 0;
	right:300px; 
	*right:0px; /*IE 6 */
    /*width: 99%;
    height: 120px;
    line-height: 50px;
    background-color: #333;
    opacity: .7;*/