* {
    margin:0;
    padding:0;
	outline:none;
	}
	
html {
    height:100%;
	}
	
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363435;
	line-height:normal;
	-webkit-font-smoothing:antialiased;
	background:#fff;
	}
	
/* Mobile Device */
@media screen and (max-width: 480px) {
div#wrapper, div#wrapper-home {
    max-width:100%;
    overflow:hidden;
	}
		
img {
    max-width:100%;
	}
	}
	
* html #wrapper {
	height:100%;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
	}
/* AD WORKAROUNDS */

center {
	text-align:left;
	}

nav ul {
	list-style:none;
	}

blockquote, q {
	quotes:none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
	}

ins {
	background:#ff9;
	color:#000;
	text-decoration:none;
	}

mark {
	background:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
	}

del {
	text-decoration:line-through;
	}

abbr [ title ], dfn [ title ] {
	border-bottom:none;
	cursor:help;
	}

abbr [ title ]:hover, dfn [ title ]:hover {
	border-bottom:1px dotted;
	}
/* tables still need cellspacing="0" in the markup */

table {
	border-collapse:collapse;
	border-spacing:0;
	}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
	}

input, select {
	vertical-align:middle;
	}

.enhanced object, .enhanced embed {
	display:block;
	}

fieldset, a img {
	border:none;
	}
	
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
	}

ol, ul {
    /*list-style-position:inside;*/
    list-style-type:none;
	}
	
caption, th {
    text-align:left;
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
	}
	
q:before, q:after {
    content:"";
	}
	
abbr, acronym {
    border:0 none;
	}
	
strong {
    font-weight:bold;
	}
	
em {
    font-style:italic;
	}

a {
	color:#333;
	text-decoration:none;
	outline:none;
	-webkit-transition:color 0.4s ease-in-out;
	-moz-transition:color 0.4s ease-in-out;
	-o-transition:color 0.4s ease-in-out;
	-ms-transition:color 0.4s ease-in-out;
	transition:color 0.4s ease-in-out;
	}
	
a:hover {
	color:#16457f;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}

:focus {
	border:none;
	outline:none;
	}

input, select, textarea {
	color:#333;
	font:normal normal 1em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

input [ type = checkbox ], input [ type = radio ] {
	float:left;
	margin-right:5px;
	}

input [ type = 'text' ], input [ type = 'password' ] {
	border:#e0e0e0 solid 1px;
	padding:4px 5px;
	}

textarea {
	overflow:auto;
	resize:none;
	}

hr {
	display:none;
	}

img {
	vertical-align:top;
	}
	
.hide {
	display:none;
	}
	
/* ClearFix */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

#container:after {
	content:" ";
	display:block;
	clear:both;
	}
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0px; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {
	display:inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
	
	/* Layout Styles */
	
/*************  Main Structure  *************/
	
	/* wrapper */
	
#wrapper {
	margin:0px auto;
	width:100%;
	background:url(../images/wrapper-bg.jpg) center top repeat-x;
	}

/* Header Styles */
	
#pageHeader {
	width:940px;
	height:80px;
	margin:0px auto;
	padding:25px 0px 10px;
	}
	
.logo {
	float:left;
	position:relative;
	width:450px;
	height:51px;
	margin-top:0px;
	display:block;
	}
	
.logo h1 {
	margin:0px;
	padding:0px;
	}

.logo a {
	float:left;
	position:relative;
	width:450px;
	height:51px;
	background:url(../images/Seiko-logo.jpg) no-repeat left bottom;
	text-indent:-99999px;
	overflow:hidden;
	}
	
.top-right-box {
	float:right;
	position:relative;
	width:auto !important;
	}
	
.search-box {
	float:right;
	position:relative;
	display:block;
  	border:none;
	width:200px;
  	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
  	padding:1px 10px;
  	color:#333;
	margin:10px 0px 11px;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#88f9f9f9, endColorstr=#88f9f9f9)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88f9f9f9, endColorstr=#88f9f9f9);
	background:#fff;
  	box-shadow:0 -2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.2) inset;
	}
	
.search {
	float:left;
	position:relative;
	color:#878787;
	font-size:10px;
  	border:none;
	padding:3px 0px;
	width:180px;
	background:none;
	}
	
.search-btn {
	float:right;
	position:relative;
	margin:3px 0px 4px 0px;
	width:12px;
	height:10px;
	border:none;
	display:block;
	background:url(../images/magnify-glass.png) left top no-repeat;
	}
	
.social-media {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	position:relative;
	font-size:13px;
	margin-left:15px;
	font-style:italic;
	}
	
.social-media a {
	float:left;
	position:relative;
	color:#666666;
	height:41px;
	line-height:41px;
	padding-left:45px;
	background:url(../images/social-media.png) left top no-repeat;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	overflow:hidden;
	}

.social-media a.fb {
	background-position:0px 0px;
	}

.social-media a.twitter {
	background-position:0px -41px;
	}
	
.social-media a:hover {
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
/* Nav */
	
#nav-wrapper {
	position:relative;
	width:940px;
	height:37px;
	z-index:1111;
	display:block;
	padding-bottom:7px;
	margin:0px auto 5px;
	background:url(../images/nav-wrapper.jpg) center 37px no-repeat;
	}

#nav {
	float:left;
	position:relative;
	width:938px;
	height:35px;
	border:1px solid #e5e5e5;
	background:url(../images/nav-bg.jpg) left top repeat-x;
	}
	
#nav ul {
	display:block;
	font-size:12px;
	width:938px;
	font-weight:bold;
	}

#nav ul li, #nav ul li a {
	float:left;
	position:relative;
	color:#333333;
	text-align:center;
	}
	
#nav ul li a {
	padding:11px 45px 10px;
	background:url(../images/nav-separator.jpg) left 1px no-repeat;
	-webkit-transition:all 0s ease-out;
    -moz-transition:all 0s ease-out;
    -o-transition:all 0s ease-out;
    -ms-transition:all 0s ease-out;
    transition:all 0s ease-out;
	overflow:hidden;
	}
	
#nav ul li:first-child a {
	padding:11px 47px 10px;
	padding:11px 46px 10px\9;
	background:none;
	overflow:hidden;
	}
		
#nav ul li:hover>a, #nav ul li.current>a, #nav ul li:hover, #nav ul li.current {
	color:#16457f;
	}
	
ul.dropdown {
	position:relative;
	z-index:2;
	float:left;
	}

ul.dropdown li {
	float:left;
	vertical-align:middle;
	zoom:1;
	}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position:relative;
	cursor:default;
	}

ul.dropdown ul {
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0px;
	width:210px !important;
	}

ul.dropdown ul li {
	float:none;
	}

ul.dropdown ul ul {
	top:1px;
	left:99%;
	display:list-item;
	}

ul.dropdown li:hover > ul {
	visibility:visible;
	display:list-item;
	width:210px !important;
	float:left;
	}
	
ul.dropdown {
	width:938px;
	margin:0px;
	padding:0px;
	float:none;	
	}

ul.dropdown li {
	padding:0px;
	background:none;
	color:#2c2c2c;
	margin:0px;
	}

ul.dropdown ul.sub-menu, ul.dropdown ul.sub-menu ul {
	float:left;
	width:210px;
	background:#f9f9f9;
	border:1px solid #d9d9d9;
	}

ul.dropdown ul.sub-menu li, ul.dropdown ul.sub-menu li li {
	margin:0px !important;
	padding:0px !important;
	}

ul.sub-menu li a, ul.sub-menu li li a {
	float:left;
	color:#555 !important;
	width:185px !important;
	text-align:left !important;
	padding:6px 10px !important;
	border-left:5px solid #f9f9f9;
	border-top:1px solid #fff;
	border-bottom:1px solid #e1e1e1;
	background:none !important;
	}
	
ul.sub-menu li a:hover, ul.sub-menu li a.current, ul.sub-menu li li a:hover, ul.sub-menu li li a.current {
	color:#16457f !important;
	border-left:5px solid #ff7522 !important;
	background:#ececec !important;
	}
	
/* Banner Styles */	
	
#banner {
	position:relative;
	width:940px;
	height:180px;
	padding-bottom:15px;
	margin:0px auto;
	z-index:11;
	background:url(../images/shadow.jpg) center 180px no-repeat;
	overflow:hidden;
	}

#slider {
	width:940px;
	height:180px;
	padding:0;
	margin:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	overflow:hidden;
	}
			
#slider li { 
	list-style:none;
	}
	
	/* #container */
	
.container {
	position:relative;
	width:940px;
	/*min-height:300px;*/
	/*height:auto !important;*/
	margin:0px auto;
	padding:5px 0px;
	z-index:5;
	}
	
.product-column, .column {
	float:left;
	position:relative;
	width:440px;
	min-height:270px;
	height:auto !important;
	padding:0px 20px 20px 0px;
	background:url(../images/vertical-separator.png) right 20px no-repeat;
	}
	
.product-showcase {
	float:left;
	position:relative;
	width:209px;
	height:98px;
	margin:0px 0px 20px 0px;
	border:1px solid #c6c6c6;
	}
	
/*.product-showcase:nth-child(2n+2) {
	margin-right:18px;
	}*/
	
.product-showcase + .product-showcase, .product-showcase + .product-showcase + .product-showcase + .product-showcase {
	margin-left:18px;
	}
	
.product-showcase+.product-showcase + .product-showcase {
	margin-left:0px;
	}
	
/*.product-showcase:nth-child(2n+2) {
	clear:both;
	}*/
	
.product-showcase .product-title {
	position:absolute;
	left:-1px;
	bottom:-1px;
	color:#fff;
	width:191px;
	height:22px;
	line-height:22px;
	padding:0px 10px;
	font-weight:bold;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#88335b8d, endColorstr=#88335b8d)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88335b8d, endColorstr=#88335b8d);
	background:rgba(51,91,141,0.7);	
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.product-showcase:hover .product-title {
	color:#ccc;
	background:rgba(51,91,141,0.9);
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.column {
	min-height:270px;
	height:auto !important;
	width:215px;
	margin-left:15px;
	padding:0px 20px 20px 0px;
	}
	
.column+.column {
	padding:0px;
	background:none;
	}
	
/*.column:last-child {
	padding:0px;
	background:none;
	}*/
	
.col-head {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	position:relative;
	font-size:16px;
	width:100%;
	color:#335e95;
	padding-bottom:8px;
	margin-bottom:10px;
	background:url(../images/heading-bg.png) left bottom no-repeat;
	}
	
.about-pic {
	float:left;
	position:relative;
	width:213px;
	height:102px;
	padding-bottom:10px;
	background:url(../images/thumb-shadow.jpg) center 100px no-repeat;
	}
	
.about-pic img {
	float:left;
	position:relative;
	width:211px;
	height:100px;
	border:1px solid #cdcdcd;
	}
	
.column ul {
	float:left;
	position:relative;
	width:100%;
	}
	
.column ul li {
	line-height:18px;
	padding:3px 0px 3px 10px;
	background:url(../images/disc.png) left 10px no-repeat;
	}
	
.column ul li a {
	color:#363435;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.column ul li a:hover {
	color:#ff7522;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
	/* Sidebar */
	
.sidebar {
	float:left;
	position:relative;
	width:220px;
	}
	
.sidenav {
	float:left;
	position:relative;
	width:220px;
	background:#335e95;
	border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	}
	
.sidebar .sidenav-head {
	color:#fff;
	padding:0px 0px 10px;
	margin:20px 20px 0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.sidenav ul {
	float:left;
	position:relative;
	width:196px;
	padding:0px 12px 29px;
	background:url(../images/sidenav-bg.png) center bottom no-repeat;
	}
	
.sidenav ul ul {
	background:none;
	padding:0px;
	}

.sidenav ul li, .sidenav ul li a {
	float:left;
	position:relative;
	width:196px;
	color:#fff;
	overflow:hidden;
	}

.sidenav ul li {
	background:url(../images/sidenav-bg.png) center top no-repeat;
	}
	
.sidenav ul li a {
	width:166px;
	padding:8px 10px 8px 22px;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	background:url(../images/sidenav-arrow.png) 12px 13px no-repeat;
	}
	
.sidenav ul ul li a {
	font-weight:normal;
	width:159px;
	padding:8px 0px 8px 37px;
	background:url(../images/sidenav-arrow.png) 24px 13px no-repeat !important;
	}
	
.sidenav ul li:hover a, .sidenav ul ul li a:hover {
	color:#a6b9d2;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	background:url(../images/sidenav-arrow-selected.png) 6px 13px no-repeat;
	}
	
.sidenav ul ul li a:hover {
	background:url(../images/sidenav-arrow-selected.png) 18px 13px no-repeat !important;
	}
	
.sidenav ul li.selected>a, .sidenav ul ul li.selected a {
	color:#fff;
	font-weight:bold;
	}
	
.product-enquiry {
	float:left;
	position:relative;
	width:220px;
	margin:10px 0px;
	background:#f1f1f1;
	border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-webkit-border-radius:12px;
	}
	
.product-enquiry-head {
	color:#335e95;
	padding:0px 0px 10px;
	margin:20px 20px 0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.enquiry-detail {
	float:left;
	position:relative;
	padding:15px 20px;
	background:url(../images/enquiry-detail-bg.png) center top no-repeat;
	}
	
.enquiry-detail p {
	line-height:normal !important;
	margin-bottom:10px !important;
	}
	
/* footer */
	
.footer-wrapper {
	position:relative;
	margin: 0 !important;
	clear:both;
	width:100%;
	height:72px;
	/*z-index:1;*/
	/*margin-top:-86px;*/
	/*padding:124px 0px 0px;*/
	/*background:url(../images/footer-wrapper.jpg) left bottom repeat-x;*/
	background:#fff;
	}
	
.footer {
	color:#7e7569;
	font-size:11px;
	clear:both;
	width:940px;
	/*text-shadow:1px 1px rgba(255,255,255,0.5);*/
	text-align:center;
	line-height:16px;
	margin:0px auto;
	padding:20px 0px;
	background:url(../images/footer.jpg) center top no-repeat;
	overflow:hidden;
	}
	
.footer a {
	color:#7e7569;
	margin:0px 2px;
	}
	
.footer a:hover, .footer a.current, .footer span {
	color:#346098;
	}
	
.footer-logo {
	float:right;
	margin-top:5px;
	}

	/* Content */
	
#inner-banner {
	float:left;
	position:relative;
	width:700px;
	height:130px;
	padding-bottom:9px;
	margin:0px auto;
	z-index:1;
	background:url(../images/banner-shadow.jpg) center 130px no-repeat;
	overflow:hidden;
	}
	
.banner-Caption {
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	top:40px;
	left:15px;
	z-index:2;
	color:#fff;
	font-style:italic;
	overflow:hidden;
	/*text-shadow:1px 1px rgba(0,0,0,0.5);*/
	}
	
.content {
	float:right;
	position:relative;
	width:700px;
	}
	
#breadcrumb {
	float:left;
	position:relative;
	width:100%;
	font-size:11px;
	color:#999999;
	margin:0px 0px 10px;
	}
	
#breadcrumb a {
	color:#999999;
	}
	
#breadcrumb a:hover, #breadcrumb a.current {
	color:#999999;
	}
	
h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
    float:left;
    color:#335e95;
	position:relative;
	font-size:24px;
	width:100%;
	margin-bottom:10px;
	}
	
h2 {
	padding-bottom:6px;
	background:url(../images/heading-bg.png) left bottom no-repeat;
	}
	
h3 {
	font-size:20px;
	}
	
p {
	line-height:18px;
	text-align:justify;
    margin:0 0 15px;
	}
	
.left-img {
	float:left;
	position:relative;
	width:auto !important;
	height:auto !important;
	margin:4px 15px 15px 0px;
	}
	
.right-img {
	float:right;
	position:relative;
	width:auto !important;
	height:auto !important;
	margin:4px 0px 15px 15px;
	}
	
.colored-text {
	font-weight:bold;
	color:#335e95;
	}

.colored-text1 {
	color:#ff7522;
	}
	
.hr-divider {
	float:left;
	position:relative;
	width:100%;
	height:60px;
	z-index:-1;
	margin:-30px 0px 30px 0px;
	background:url(../images/divider.png) center top no-repeat;
	}
	
table.cgi {
	width:100%;
	clear:both !important;
	}
	
table.cgi th, table.cgi td {
	vertical-align:top !important;
	padding:10px;
	border:1px solid #b9b9b9;
	}
	
table.cgi th {
	font-weight:bold;
	background:#e9e9e9;
	}
	
table.cgi td div.bod {
	padding-bottom:15px;
	}
.product-box {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	background:url(../images/divider-1.png) center bottom no-repeat;
	}
	
.product-box:last-child {
	background:none;
	padding:0px;
	margin:0px;
	}
	
.product-desc {
	float:left;
	position:relative;
	width:470px;
	}
	
.product-thumb {
	float:right;
	position:relative;
	width:209px;
	/*border:1px solid #c6c6c6;*/
	}
	
.product-pic {
	float:left;
	position:relative;
	width:270px;
	}
	
.product-details {
	float:right;
	position:relative;
	width:400px;
	}
	
.product-details h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
    float:left;
    color:#335e95;
	position:relative;
	font-size:16px;
	width:100%;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}
	
.product-details h5 {
	font-size:12px;
	width:100%;
	font-style:italic;
	font-weight:normal;
	padding-bottom:10px;
	}
	
.content ul li, .product-details ul li {
	line-height:18px;
	padding:1px 0px 1px 10px;
	background:url(../images/disc.png) left 9px no-repeat;
	}
	
.link-btn, .link-btn a {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	position:relative;
	color:#335e95;
	font-size:13px;
	}
	
.product-desc .link-btn, .product-desc .link-btn a, .column .link-btn, .column .link-btn a, .product-column .link-btn, .product-column .link-btn a {
	float:right;
	}
	
.link-btn a {
	margin:3px 0px;
	padding-left:15px;
	background:url(../images/btn-arrow.png) left 3px no-repeat;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}

.link-btn a:hover {
	color:#ff7522;
	background:url(../images/btn-arrow.png) left -17px no-repeat;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
	/* contact us */

.leftCol {
	float:left;
	position:relative;
	width:250px;
	min-height:300px;
	height:auto !important;
	padding-right:35px;
	/*background:url(../images/divider1.png) right top no-repeat;*/
}
	
.contact-detail {
	float:left;
	position:relative;
	padding-bottom:10px;
	}
	
.contact-detail .icon {
	float:left;
	position:relative;
	padding-right:10px;
	margin-top:2px;
	width:20px;
	}
	
.contact-detail .desc {
	float:right;
	position:relative;
	width:220px;
	}

.contact-detail .desc>strong {
	float:left;
	width:100%;
	}
	
.map {
	float:right;
	position:relative;
	width:400px;
	height:250px;
	border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	/*box-shadow:0px 0px 2px 3px rgba(0,0,0,0.1);*/
	overflow:hidden;
	}
	img.aligncenter  { margin-left:auto; margin-right:auto; display:block;}
