#top {
 	background: url(../images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
	background-color:#1b1b1b;
}

#top ul.login {
	display: block;
	position: relative;
 	float: right;
 	height: 38px;
	width: auto;
 	font-weight: bold;
	line-height: 38px;
	margin: 0;
 	color: white;
	text-align: center;
 	background: url(../images/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
 	background: url(../images/login_l.jpg) no-repeat left 0;
 	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
 	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
 	padding: 0 6px;
	display: block;
	float: left;

 	background: url(../images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 70px;
}
#login a {
	text-decoration: none;
	color: #33CCCC;
}
#login a:hover {
	color: white;
}
#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: right;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/button_login.jpg) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: url(../images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	color: white;
	font-weight:bold;
}

#login .loginClose a:hover {
	background: url(../images/button_close.jpg) no-repeat right -20px;
}
#navSearchBar {float:right; margin-top:10px}
#search_box {
    width: 201px;
    height: 31px;
    background: url(http://zencart-jquery.com/zencart/includes/templates/blackngray/images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}
ul.gallery {
				width: 100%;
				list-style: none;
				margin: 0 auto;
				padding: 0;
			}

#img-gallery {
	background: black;
	position: relative;
	width: 700px;
	border: 5px solid #acdc2c;
	margin: 10px auto;
	-moz-border-radius: 4px;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	padding: 0;
	list-style: none;
	border: 3px solid #acdc2c;
	margin: 10px 0 0 0;
	display: none;
	-moz-border-radius: 4px;
}
#img-gallery ul a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
	background: #4a4a4a;
	outline: 0;
	color: white;
}
#img-gallery ul a#playstop {
	background: #4a4a4a url(../images/play.gif) no-repeat center;
}
#img-gallery ul a#playstop.stop {
	background: #FFF url(../images/stop.gif) no-repeat center;
}
#img-gallery ul a.active {
	background: #EEE;
	color: black;
}
#img-gallery #img-description {
	background: #000;
	color: white;
	font-weight: bold;
	position: absolute;
	display: none;
	width: 100%;
}
#img-gallery #img-description p {
	padding: 15px;
	margin: 0;
}
#img-gallery img {
	display: block;
}


