/*
Theme Name: Humpty Dumpty Nursery
Description: Custom theme for Humpty Dumpty Nursery
Author: EtonDIGITAL [###########: Design || Danilo Novakovic: XHTML, CSS, WordPress || Damjan Gataric: Project Management, JavaScript]
Company: http://www.etondigital.com/
Tags: kids, big header
*/

@charset "utf-8";
/* CSS Document */

ul, li, p, a, img, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;	
}

/*---header--------------------------------:-)----------------------------------------------------------------------------------------------------------------------------*/
#header{
	background: url(images/bg.png) repeat-x center top;
	width: 100%;
	margin: auto;
}
#header .content{
	height: 257px;
	width: 960px;
	position: relative;
	margin: auto;
	padding: 0;
}
#header.second .content{
	height: 201px;
}
#header #logo img#yrs{
	width: 82px;
	height: 28px;
	position: absolute;
	left: 476px;
	top: 77px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
#logo a {
	background: url(images/logo.png) no-repeat scroll 0 0;
	width: 271px;
	height: 85px;
	display: block;
	position: absolute;
	top:29px;
	left: 237px;
	text-indent: -9000px;
}
#header #humpty{ 
	width: 175px;
	height: 175px;
	position: absolute;
	left: 82px;
	top: 19px;
	margin: 0;
	padding: 0;
}
#header #horses{ 
	width: 179px;
	height: 56px;
	position: absolute;
	right:210px;
	top:71px;
	margin: 0;
	padding: 0;
}
#header #castle { 
	width: 135px;
	height: 99px;
	position: absolute;
	right:75px;
	top:28px;
	margin: 0;
	padding: 0;
}
#header a.logout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	right:20px;
	top:5px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
/*---main-nav--------------------------------:-)-----------------------------------------------------------------------------------------------------------------------*/
#main-nav {
	background:transparent url(images/menu-main.png) no-repeat scroll 140px 0;
	height:38px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:164px;
	width:867px;
}
#main-nav ul{
	
	margin: 0;
	padding: 0;
}
#main-nav li {
	list-style: none;
	float: left;
	line-height: 38px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#main-nav li a {
/*podesiti*/	color: #FFF;
	float: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}
#main-nav li a:hover {
	float: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#main-nav li.current_page_item a {
	float: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
/*---main-nav-first----------------------------:-)-----------------------------------------------------------------------------------------------------------------------*/ 
#main-nav li#frontpage a{
	height: 38px;
	width: 62px;
	text-indent: -9000px;
	background: url(images/home.png) no-repeat scroll;
	margin: 0 0 0 141px;
}
#main-nav li#home a{
	height: 38px;
	width: 62px;
	text-indent: -9000px;
	background: url(images/home.png) no-repeat scroll;
	margin: 0 0 0 141px;
}
#main-nav li#about-us a{
	height: 38px;
	width: 83px;
	text-indent: -9000px;
	background: url(images/aboutus.png) no-repeat scroll;
	}
#main-nav li#curriculum a{
	height: 38px;
	width: 114px;
	text-indent: -9000px;
	background: url(images/curriculum.png) no-repeat scroll;
}
#main-nav li#fees a{
	height: 38px;
	width: 55px;
	text-indent: -9000px;
	background: url(images/fees.png) no-repeat scroll;
	}
#main-nav li#jobs a{
	height: 38px;
	width: 56px;
	text-indent: -9000px;
	background: url(images/jobs.png) no-repeat scroll;
	}
#main-nav li#contact a{
	height: 38px;
	width: 83px;
	text-indent: -9000px;
	background: url(images/contact.png) no-repeat scroll;
}
#main-nav li#downloads a{
	height: 38px;
	width: 102px;
	text-indent: -9000px;
	background: url(images/downloads.png) no-repeat scroll;
}
#main-nav li#abu-dhabi-nursery a{
	background: url(images/abu-button.png) no-repeat scroll;
	margin: 6px 0 0 0;
	height: 38px;
	width: 195px;
	text-indent: -9000px;
}
#main-nav li#khalifa-city-nursery a{
	height: 38px;
	width: 196px;
	text-indent: -9000px;
	background: url(images/khalifa-button.png) no-repeat scroll;
	margin: 6px 0 0 0;
}
#main-nav li#what-parents-say a{
	height: 38px;
	width: 166px;
	text-indent: -9000px;
	background: url(images/whatparentssay.png) no-repeat scroll;
	margin: 0;
}
/*---main-nav-second--------------------------------:-)-----------------------------------------------------------------------------------------------------------------------*/
#main-nav-second {
	background:transparent url(images/menu-main-sec.png) no-repeat scroll 234px 0;
	height:38px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:163px;
	width:960px;
}
#main-nav-second ul{
	
	margin: 0;
	padding: 0;
}
#main-nav-second li {
	list-style: none;
	float: left;
	line-height: 38px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#main-nav-second li a {
/*podesiti*/	color: #FFF;
	float: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; 
}
#main-nav-second li a:hover {
	float: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#main-nav-second li.current_page_item a {
	float: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
/*---main-nav-second----------------------------:-)-----------------------------------------------------------------------------------------------------------------------*/ 
#main-nav-second li#photos a{
	height: 38px;
	width: 81px;
	text-indent: -9000px;
	background: url(images/photos.png) no-repeat scroll;
	margin: 0 0 0 26px;
}
#main-nav-second li#frontpage a{
	height: 38px;
	width: 62px;
	text-indent: -9000px;
	background: url(images/home.png) no-repeat scroll;
	margin:0 0 0 131px;
}
#main-nav-second li#home a{
	height: 38px;
	width: 62px;
	text-indent: -9000px;
	background: url(images/home.png) no-repeat scroll;
	margin:0 0 0 145px;
}
#main-nav-second li#curriculum-detailed a{
	height: 38px;
	width:105px;
	text-indent: -9000px;
	background: url(images/curriculum-sec.png) no-repeat scroll;
}
#main-nav-second li#policies a{
	height: 38px;
	width: 72px;
	text-indent: -9000px;
	background: url(images/policies.png) no-repeat scroll;
}
#main-nav-second li#healthy-eating a{
	height: 38px;
	width: 131px;
	text-indent: -9000px;
	background: url(images/healthyeating.png) no-repeat scroll;
}
#main-nav-second li#phonics a{
	height: 38px;
	width: 70px;
	text-indent: -9000px;
	background: url(images/phonics.png) no-repeat scroll;
}
#main-nav-second li#scholastic-books a{
	height: 38px;
	width: 155px;
	text-indent: -9000px;
	background: url(images/scholasticbooks.png) no-repeat scroll;
}
#main-nav-second li#kindermusik a{
	height: 38px;
	width: 121px;
	text-indent: -9000px;
	background: url(images/kindermusik.png) no-repeat scroll;
}


#main-nav li a, #main-nav-second li a {
	background-position: center 0 !important;
}

#main-nav li a:hover, #main-nav-second li a:hover, #main-nav li.current_page_item a, #main-nav-second li.current_page_item a {
	background-position: center -38px !important;
}

/*---log-in--------------------------------:-)-------------------------------------------------------------------------------------------------------------------------*/
#header #login{
	background:url(images/login-bg.png) no-repeat left top;
	width: 322px;
	height: 48px;
	position: absolute;
	top: 209px;
	right: 27px;
	margin: 0;
	padding: 0;
	color: #fff;
}
#header #login span{
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	overflow:hidden;
}
#header #login label.user{
	height:17px;
	left:2px;
	margin:0;
	padding:0;
	position:absolute;
	top:2px;
	width:153px;
}
#header #login label.user input#log{
	margin: 0 0 5px 0;
	padding:0;
	width: 154px;
	height: 17px;
	border: none;
	background: none;
}
#header #login label.pass{
	height:21px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:2px;
	width:156px;
}
#header #login label.pass input#pwd {
	margin: 0 0 5px 0;
	padding:0;
	width: 154px;
	height: 17px;
	border: none;
	background: none;
}
#header #login input.button{
	background: url(images/login-button.png) no-repeat center;
	height:21px;
	margin:0;
	padding:0;
	position:absolute;
	right:6px;
	top:27px;
	text-indent: -9000px;
	width:39px;
	cursor: pointer;
	border: none;
	font-size: 0;
	line-height: 0;
}
/*---container-----------------------------:-)-------------------------------------------------------------------------------------------------------------------------*/
#container{
	width: 960px;
	margin: auto;
	padding: 20px 0 35px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.4em;
}
#container a{
	color: #007fbf;
	text-decoration: none;
}
#container a:hover{
	color: #007fbf;
	text-decoration: underline;
}
#container h2 {
	font-size: 20px;
	color: #FFF;
	text-align: center;
}
#container h2 a {
	text-decoration: none;
	cursor: pointer;
	color: #007fbf;
}
small{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
#container p {
	color: #FFF;
	margin: 0.7em 0;
	overflow: hidden;
}
#container img.photo {
	float: left;
	margin: 0 10px 7px 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #fff;
	display: inline;
}
#container ul {
	list-style: disc;
	margin: 1em 0;
	padding: 0 0 0 20px;
}
#container ul ul {
	list-style: circle;
	margin: 0.5em 0;
	padding: 0 0 0 20px;
}
#container ul ul ul {
	list-style: square;
	margin: 0.5em 0;
	padding: 0 0 0 20px;
}
#container li{
	margin: 3px 0;
}

/*---column--------------------------:-)---------------------------------------------------------------------------------------------------------------------------*/
#container div.column-one-fourth{
	display: inline;
	float: left;
	overflow: hidden;
	width: 215px;
	margin: 10px;
	padding: 0;
}
#container div.column-one-third{
	display: inline;
	float: left;
	overflow: hidden;
	width: 293px;
	margin: 10px;
	padding: 0;
}
#container div.column-one-half{
	display: inline;
	overflow: hidden;
	width: 430px;
	margin: 10px;
	padding: 0;
	float: left;
}
#container div.column-three-quarter{
	display: inline;
	float: left;
	overflow: hidden;
	width: 705px;
	margin: 10px;
	padding: 0;
}
#container div.round-top{
	background:url(images/block-top.png) no-repeat top center;
	padding:10px 0 0;
	margin: 10px 0 10px;
}
#container div.round-bottom{
	background:url(images/block-bottom.png) no-repeat bottom center;
	padding:0 10px 10px;
	margin: 0;
	overflow: hidden;
}
#container div.round-top.purple{
	background-color: #850dbd;
}
#container div.round-top.blue{
	background-color: #007fbf;
}
#container div.round-top.green{
	background-color: #31b639;
}
#container div.round-top.purple-second{
	background-color: #ed008c;
}
#container div.round-top.blue-second{
	background-color: #00afe9;
}
ed008c
body.page-id-42 h2.page-title {
	background: url(images/h2-photos.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 99px;
	display: block;
	text-indent: -9000px;
}
body.page-id-3 h2.page-title {
	background: url(images/h2-home.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 88px;
	width: 200px;
	display: block;
	text-indent: -9000px;
}
body.page-id-4 h2.page-title {
	background: url(images/h2-aboutus.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 37px;
	width: 130px;
	display: block;
	text-indent: -9000px;
}
body.page-id-5 h2.page-title {
	background: url(images/h2-curiculum-green.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 44px;
	width: 174px;
	display: block;
	text-indent: -9000px;
}
body.page-id-6 h2.page-title {
	background: url(images/h2-fees.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 33px;
	width: 65px;
	display: block;
	text-indent: -9000px;
}
body.page-id-7 h2.page-title {
	background: url(images/h2-jobs.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 47px;
	width: 79px;
	display: block;
	text-indent: -9000px;
}
body.page-id-8 h2.page-title {
	background: url(images/h2-contact.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 181px;
	display: block;
	text-indent: -9000px;
}
body.page-id-9 h2.page-title {
	background: url(images/h2-downloads.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 46px;
	width: 200px;
	display: block;
	text-indent: -9000px;
}
body.page-id-25 h2.page-title {
	background: url(images/h2-abu-dhabi-nursery.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 77px;
	width: 139px;
	display: block;
	text-indent: -9000px;
}
body.page-id-27 h2.page-title {
	background: url(images/h2-khalifa-nursery.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 78px;
	width: 124px;
	display: block;
	text-indent: -9000px;
}
body.page-id-30 h2.page-title {
	background: url(images/h2-nursery-policies.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 78px;
	width: 124px;
	display: block;
	text-indent: -9000px;
}
body.page-id-32 h2.page-title {
	background: url(images/h2-healthy-eating.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 76px;
	width: 126px;
	display: block;
	text-indent: -9000px;
}
body.page-id-34 h2.page-title {
	background: url(images/h2-jolly-phonics.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 73px;
	width: 107px;
	display: block;
	text-indent: -9000px;
}
body.page-id-38 h2.page-title {
	background: url(images/h2-scholastic-books.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 78px;
	width: 162px;
	display: block;
	text-indent: -9000px;
}
body.page-id-40 h2.page-title {
	background: url(images/h2-kindermusik.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 49px;
	width: 200px;
	display: block;
	text-indent: -9000px;
}
body.page-id-42 h2.page-title {
	background: url(images/h2-photos.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 99px;
	display: block;
	text-indent: -9000px;
}
body.page-id-71 h2.page-title {
	background: url(images/h2-curriculum-blue.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 44px;
	width: 174px;
	display: block;
	text-indent: -9000px;
}
body.page-id-250 h2.page-title {
	background: url(images/h2-what-parents-say.png) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 51px;
	width: 279px;
	display: block;
	text-indent: -9000px;
}
/*---about-us------------------------------:-)---------------------------------------------------------------------------------------------------------------------------*/
body.page-id-4 span{
	font-size:0.7em;
}
body.page-id-3 div.round-bottom a{
	color:#ffd200 !important;
	text-decoration:none !important;
}
body.page-id-3 div.round-bottom a:hover{
	text-decoration: underline !important;
}
/*---about-us------------------------------:-)---------------------------------------------------------------------------------------------------------------------------*/
body.page-id-6 table{
	border: 1px solid #fff;
	margin: 10px 0 0 160px;
	padding: 0;
}
body.page-id-6 table tr{
	border: none;
}
body.page-id-6 table tr.red{
	border: none;
	background: #e41815;
	font-weight: bold;
}
body.page-id-6 table td{
	border: 1px solid #fff;
}
/*---contact-------------------------------:-)---------------------------------------------------------------------------------------------------------------------------*/
body.page-id-8 div.contact-left{
	width: 230px;
	margin: 0 0 0 215px;
	padding: 0;
	float:left;
	display: inline;
}
body.page-id-8 div.contact-right{
	margin: 0 215px 0 0;
	padding: 0;
	width: 230px;
	float: right;
	display: inline;
}
body.page-id-8 div.contact-left h4{
	color: #ffee00 !important;
	font-size:1.2em !important;
	font-weight: normal !important;
}
body.page-id-8 div.contact-right h4{
	color: #ffee00 !important;
	font-size:1.2em !important;
	font-weight: normal !important;
}
/*---contact-------------------------------:-)---------------------------------------------------------------------------------------------------------------------------*/
body.page-id-38 table{
	border: none;	
}
body.page-id-38 table tr{
	border: none;	
}
body.page-id-38 table td{
	border: none;	
}
/*---footer--------------------------------:-)---------------------------------------------------------------------------------------------------------------------------*/
#footer{
	background: #8b5f3c;
	margin: auto;
	clear: both;
	height: 56px;
	padding: 5px 0 0;
	color: #fff;
	overflow: hidden;
}
#footer p{
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding:6px 0 0 0;
	margin: 0;
}
#footer p a{
	text-decoration: none;
	color:#ffa700;
}
#footer p a:hover{
	text-decoration: underline;
}
/*---wordpress--------------------------------:-)-------------------------------------------------------------------------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 10px 3px 0;
}
img.alignright {
	/*background: #e9e9e9 none repeat scroll 0 0;*/
	/*border: 1px solid #d2dee7;*/
	float: right;
	/*padding: 4px;*/
	/*margin: 0 0 3px 10px;*/
}
div.navigation {
	overflow: auto;
	padding: 10px 0;
	width: 100%;
}
#comment {
	width: 90%;
}
#respond {
	margin: 20px 0 0 0;
}
#submit {
	background: #000;
/*podesiti*/	color: #fff;
	padding: 3px 5px;
	cursor: pointer;
}
.linklove {
	display: none;
}
a.post-edit-link {
	display: block;
	clear: both;
}
/*---c-form--------------------------------:-)--------------------------------------------------------------------------------------------------------------------------*/
#container .cform {
	background: none;
	width: 230px;
}
#container form#cformsform{
	float: right;
}
#container form#cforms2form{
	float: left;
}
#container .cform fieldset {
	background: none;
	border: none;
}
#container .cform legend {
	display: none;
}
#container .cform input {
	width: 224px;
}
#container .cform textarea {
	width: 224px;
}
#container .cform input.sendbutton {
	width: auto;
	margin: 0 50px 0 0;
	cursor: pointer;
/*podesiti*/	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#container span.reqtxt, #container span.emailreqtxt {
	display:none;
	font-size:0.9em;
	margin:3px 0 0 3px;
	vertical-align:top;
	display: none !important;
}
#container .cform fieldset {
	background:#000 none repeat scroll 0 0;
	border: none;
	margin:3px 0;
	padding:0;
	display: inline;
	width: 230px;
}
#container .cform fieldset.cf_hidden {
	display: none;
	padding: 0;
	margin: 0;
}
#container .cform textarea {
	background:#000 none repeat scroll 0 0;
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	width:224px;
	font-size: 12px;
}
#container .cform ol.cf-ol li {
	background: none repeat scroll 0 0 !important;
	line-height:1.3em !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin:10px 0 0 !important;
	text-align:left;
	width:230px;
}

#container .cform label {
	display:block;
	margin:0;
	padding:0;
}

#container .cform span {
	color: #fff;
	display:block;
	text-align: left;
	margin:0 0 5px;
}
#container .cform span.reqtxt, span.emailreqtxt {
	display: none !important;
}
#container .cform input {
	border: 1px solid #fff;
	background: #000;
	margin:0;
	padding: 2px;
	width:224px;
	color: #fff;
}
#container .cform input.sendbutton {
	background:url(images/submit.png) no-repeat right top;
	color: #fff;
	cursor: pointer;
	font-size:0;
	line-height: 0;
	margin: 4px 0 0 0 !important;
	display: block;
	padding: 0 !important;
	width: 77px;
	height: 22px;
	float:right;
	text-align: center;
	font-weight: normal;
	border: none !important;
	text-indent: -9000px;
}
#container .cform input.sendbutton:hover {
	background:url(images/submit.png) no-repeat right bottom;
	border:medium none !important;
	cursor:pointer;
	margin:4px 0 0 !important;
	padding:0 !important;
	text-align:center;
	text-indent: -9000px;
}
#container div.failure {
background: none!important;
border:1px solid #FFEE00;
display:block;
}

#container div.cf_info {
color:#FF0000;
line-height:1.3em;
margin:10px auto;
padding:10px 15px !important;
width:200px;
}

#container .cform .cf_error {
border:1px solid #FFEE00 !important;
}

#container ol.cf-ol li.cf_li_err {
background: none !important;
border: none !important;
margin:0 !important;
padding:0 !important;
}

#container div.success {
background:#000000 none repeat scroll 0 50%;
color: #FFEE00;
display:block;
}
/*---sadrzaj------------------------------:-)--------------------------------------------------------------------------------------------------------------------------*/
#container h3 {
	color: #FFF;
	font-size: 2em;
	font-weight: normal;
}
#container h4 {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:0.8em 0 0;
}
h4.name {
	height: 3.8em;
}
#container h5 {
	color: #fff;
	font-size: 1.2em;
}
#container a, #main-content h4 a {
	color: #007fbf;
	text-decoration: none;
}
#container a{
	color: #007fbf;
	text-decoration: none;
}
#container h2 a:hover, #main-content h4 a:hover {
	color: #8a0dc4;
	text-decoration: none;
}
#container h2 a:hover {
	color: #8a0dc4;
	text-decoration: none;
}
#container h3 a:hover{
	color: #8a0dc4;
	text-decoration: none;
}
#container p {
	line-height: 1.4em;
}
#container small {
	display: block;
	position: relative;
	top: -4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
/*podesiti*/	color: #000;
	/*padding: 0 20px;*/
}
#container div.entry {
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#container div.entry h2 {
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#container div.post {
	overflow: hidden;
}
#container div.page {
	overflow: hidden;
}
#container p.postmetadata {
	/*padding: 0 20px 10px;*/
}

/*---Next-gen-gallery------------------------------:-)--------------------------------------------------------------------------------------------------------------------------*/
#container .ngg-galleryoverview {
	clear: both;
	display: block !important;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 160px;
	width: 100%;
}

#container .ngg-gallery-thumbnail img {
	background: none;
	border:1px solid #333;
	display:block;
	margin:4px 0 4px 5px;
	padding:4px;
	position:relative;
}
#container .ngg-gallery-thumbnail img:hover {
	background-color: #333;
	border:1px solid #f2ba7d;
}

#container .ngg-navigation {
	clear:both !important;
	display:block !important;
	font-size:0.9em !important;
	height:20px;
	padding-top:15px;
	text-align:center;
}

#container .ngg-navigation a.page-numbers:hover, #container .ngg-navigation a.next:hover, #container .ngg-navigation a.prev:hover, #container .ngg-navigation span.page-numbers:hover, #container .ngg-navigation span.next:hover, #container .ngg-navigation span.prev:hover {
background-color:#f2ba7d !important;
color:#000 !important;
text-decoration:none !important;
}

#container .ngg-navigation a.page-numbers, #container .ngg-navigation a.next, #container .ngg-navigation a.prev, #container .ngg-navigation span.page-numbers, #container .ngg-navigation span.next, #container .ngg-navigation span.prev {
	border:1px solid #333333;
	margin-right:3px;
	padding:3px 7px;
}

#container div.ngg-navigation a {
	color:#FFF;
}
#container div.ngg-navigation a:hover {
	color:#000;
}
