/*   
Theme Name: Blue Sky Group
Theme URI: 
Description: 
Author: Blue Sky Group
Author URI: http://www.bsgcreative.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/*///// COLORS /////
 * 		teal: #bfdfe3 / #7fc0c7 / #008190
*/

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 15px Helvetica, Arial,sans-serif;
    line-height:22px;
	background-color: #008190;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#4a6672;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
    color:#8aa1a4;
	font-weight: bold;
	text-decoration: none;
}
a:active,
a:hover {
    color: #64cbe4;
}
strong {
	color: #008190;
}

/* =Layout
-------------------------------------------------------------- */
body {
	background-image: url('images/bg-splatter.jpg');
	background-position: center top;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #414c4e;
	border-top: 0px; border-bottom: 0px;
}
#container {
	background: transparent url('images/bg-footer-splatter.jpg') scroll right bottom no-repeat;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background: #485458 url('images/header-bg.jpg') top left no-repeat;
}
#branding {
    padding:22px 0 11px 11px;
	border-bottom: 1px solid #414c4e;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	position: absolute;
	left: -9999px;
}
#logo {
	padding-left: 22px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    font-size:16px;
    z-index:100;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	height: 36px;
	background: #fff url('images/bg-main-splatter.jpg') scroll top left no-repeat;
}
#access ul {
   clear:right;
   float:right;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   text-align:center;
}
#access ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
}
#access ul li a {
   display:block;
   text-transform: lowercase;
   border-right: 1px solid #414c4e;
   padding:10px 20px;
   background:#008190;
   color:#fff;
   text-decoration:none;
   line-height:1.3em;
}
#access ul li:first-child a {
   -webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
}
#access ul li:last-child a {
	border-right: 0;
   -webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
}
#access ul li a:hover {
   background:#485458;
   color:#fff;
   margin-top: -2px;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
	background: #fff url('images/bg-main-splatter.jpg') scroll left top no-repeat;
	position: relative;
}
#container {
	padding:22px 10px;
	width: 940px; margin: 0 auto;
}
.page-title, .page .entry-title {
	width: 100%;
    font-size:48px;
    padding:4px 0 10px 0;
	color: #008190;
	background: url('images/bird-rule.png') top left no-repeat;
}
.attachment .page-title {
    font-style:italic;
}
.page .entry-content h2 {
	font-size: 36px;
	color: #008190;
	margin: 20px 0 5px 0; padding: 0;
}
.page .entry-content p {
	width: 720px;
	margin: 0 auto;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #008190;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
	font-weight: normal;
    font-size:36px;
    padding:0 0 7px 0;
	color: #008190;
}
.entry-title a {
    color:#008190;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-thumbnail {
	border: 4px solid #008190;
	margin: 0 auto;
	width: 425px; height: 285px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
.entry-thumbnail a {
	display: block;
	width: 100%; height: 100%;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:normal;
    padding:28px 0 14px 0;
	
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
.category .post {
	display: block;
	width: 470px;
	float: left;
}
.category .post h2.entry-title {
	margin: 0 35px -4px 0; padding: 0;
	text-align: right;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #414c4e;
	border-bottom:1px solid #414c4e;
    margin-top:22px;
	background: #495458 url('images/header-bg.jpg') bottom left;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	color: #ddd;
	position: relative;
}
#footer h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
}
#footer p {
	padding: 0 0 0 10px;
	line-height: 1.1em;
}
#footer-birdy {
	position: absolute;
	left: 10px; bottom: 10px;
}
#siteinfo {
    display:none;
}
#siteinfo a {
    color:#eee;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}
#sitemap {
	padding: 25px 30px 0 20px;
	width: 215px;
	float: left;
	font-size: 16px;
}
	#sitemap a {
		color: #fff;
	}
	#sitemap ul {
		list-style: none;
	}
#contact-info {
	width: 200px;
	padding: 25px 0 0 20px;
	float: left;
}
#contact-form {
	width: 475px;
	float: right;
}
ol.cf-ol { border: 0 !important; }
.cform label { color: #fff !important; }
.cform textarea, .cform input { color: #fff !important; background: #495458 !important; }
.cform input:hover, .cform textarea:hover, .cform select:hover	{ border: 1px solid #64cbe4 !important; }
#cf_field_3 { height: 75px; }
#ll { display: none; }

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* =Portfolio Gallery
-------------------------------------------------------------- */
#gallery {
	width:728px;
	position: relative;
	margin: 0 auto 30px auto;
}

#slider {
	width:720px; height:500px;
	padding: 0; margin: 0;
	position: relative;
	list-style:none;
	border: 4px solid #008190;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#slider li{ 
	width:720px;
	height:500px;
	overflow:hidden;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.single .entry-title {
	text-align: right;
	font-size: 48px;
	margin: 0 115px -6px 0; padding: 0;
	position: relative;
}
.single .entry-content {
	width: 470px;
	margin: 0 auto;
	padding: 0 250px 0 0;
	min-height: 150px;
}
.single .post h3 {
	color: #008190;
	margin: 0 0 5px 0; padding: 0;
}

#slider-pages {
	list-style: none;
	margin: 10px auto 0 auto; padding: 0;
	width: 80%;
	text-align: center;
}

#slider-pages li {
	display: inline-block;
	width: 10px; height: 10px;
	margin: 0 5px;
	background: transparent url('images/dot-off.png') top center scroll no-repeat;
	position: relative;
}

#slider-pages li.activeSlide {
	background-image: url('images/dot-on.png');
}

#slider-pages li a {
	text-decoration: none;
	display: block;
	width: 100%; height: 100%;
}

#prevBtn {
	float: left;
	margin-left: 15px;
}
	
#prevBtn, #nextBtn {
	background: #008190;
	background: rgba(0,129,144,.25);
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0 0 0;
	font-size: 16px;
}
#prevBtn:hover, #nextBtn:hover {
	background-color: #008190;
}
#prevBtn a, #nextBtn a {
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}
#nextBtn {
	float: right;
}
#gallery-border {
	width:720px;
	height:500px;
	border: 4px solid #008190;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}
body.singular #content {
	margin: 0 auto;
}
div.more_in_cat {
	width: 240px; height: 150px;
	position: absolute;
	bottom: 40px; right: 100px;
	color: #008190;
}
div.more_in_cat h3 {
	color: #008190;
	font-size: 20px;
}
div.more_in_cat ul {
	margin-left: 20px;
}

/* =Front Page
-------------------------------------------------------------- */
#case-studies {
	width: 340px;
	float: left;
	position: relative;
}
#case-studies ul {
	list-style: none;
	margin: 0; padding: 0;
}
#case-studies li {
	display: block;
	margin: 0 0 10px 0;
	border: 4px solid #008190;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 320px; height: 140px;
	position: relative;
	background-position: bottom center;
}
#case-studies h3 {
	display: block;
	width: 317px;
	margin: 0; padding: 3px 0 0 3px;
	height: 21px;
	font-size: 20px;
	background-color: #008190;
	color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 11px;
}
#case-studies h3 a {
	color: #fff;
	text-decoration: none;
}
#case-studies a {
	text-decoration: none;
	display: block;
	width: 320px; height: 116px;
}
#tabs-wrapper {
	width: 590px;
	position: relative;
	margin: 0 auto;
	/*float: right;
	padding-right: 10px;*/
}
#tabs{
	width: 100%;
	border: 4px solid #008190;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
#tabs h3 {
	margin: 0; padding: 4px 0 0 4px;
	height: 24px;
	font-size: 20px;
	color: #fff;
	background-color: #008190;
}
#tabs .tab-content:last-child h3 {
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
#tabs h3:hover {
	background-color: #7fc0c7;
}
#tabs .tab-content {
	width: 600px;
	position: relative;
}
#tabs .tab-caption {
	position: absolute;
	width: 600px;
	bottom: 0; left: 0;
	padding: 0;
	color: #666;
	border-top: 1px solid #ccc;
	background: #eee;
	background: rgba(225,225,225,0.95);
}
#tabs .tab-caption p {
	width: 580px;
	padding: 5px;
}
#tabs .tab-content:last-child .tab-caption {
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* =IE Styles
-------------------------------------------------------------- */
.ie6 #slider-pages, .ie7 #slider-pages { display: none; }
.ie6 .more_in_cat { display: none; }
.ie6 #header { width: 968px; }
.ie6 #footer { width: 968px; }
.ie6 #content { width: 948px; }
.ie6 #case-studies h3.title { position: relative; height: 25px !important; overflow: hidden; }
.ie6 #gallery { zoom: 1; }

