@charset "utf-8";
/*@import "css/ubuntu/ubuntu.css";

/*
Theme Name: Daiichi
Version: 2.0
License: All Rights Reserved Daiichi Kogyo Printing H.K. Ltd
Tags: Daiichi
*/

/* RESET CSS
-----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	bottom: 0px;
}
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p { font-size:1em }
/* Firefox border fix:                                  */
a:active, a:focus {outline: 0;}
/* -----------------------------------------------------*/

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #494848;
    letter-spacing: 0.016em;
    line-height: 1.5em;
    background: url('img/bg_main.png');			/* 2012 Change Daiichi Kogyo Color here */
}
#wrapper{background:url(img/whitegradient.png) repeat-x bottom;}
table{
    background-color: transparent;
}

.style11 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
    color: #0076c0;        /*     CHANGED here 2013     */
	 -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: #3f3f3f;
}

table.t_data
{
    /* border: 1px; - **EDITED** - doesn't seem like influences here 
    background-color: #080;   */
        background-color: transparent;
        border #000: 2px;
    border-color #000: 0px;
    margin: 0px;
}
table.t_data thead th, table.t_data thead td
{
    /*background-color: #9f9; */
    border: #FFF 1px solid;  /* - **EDITED** - doesn't seem like influences here */
        background-color: transparent;
        border-color: transparent;
    padding: 2px;
    margin: 0px;
}
table.t_data tbody th, table.t_data tbody td
{
    /*background-color: #fff;
    /* border: #080 0px solid; - **EDITED** - doesn't seem like influences here */
        background-color: transparent;
        border-color: transparent;
    padding: 0px;
}

p {
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

/* forms */
.inner_container input[type=text],
textarea {
        padding: 0.5em !important;
        border: 1px solid #999;
        background: #fff url('img/txt.gif') repeat-x;
        font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        color: #3f3f3f;        /*  other pages yellow font #3f3f3f */
        
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}

.error[generated=true] {
	margin-left: 178px;      /*  changed in 2013  */
	color: #d10000;
	font-size: 12px;
	padding: 0px 0 0px 5px;
	width: auto;
}

tr.error td {
	padding: 0px;
}

#response {
	margin-bottom: 0px;
	text-align: center;
}
#response .success {
	color: #08a300;
}
#response .failure {
	color: #dc0000;
}

.inner_container2 input[type=text],
textarea {
        padding: 0.5em !important;
        border: 1px solid #999;
        background: #fff url('img/txt.gif') repeat-x;
        font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        color: #3f3f3f;        /*  other pages yellow font #3f3f3f */
        
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}

.wp-paginate .page, .wp-paginate .prev, .wp-paginate .next {
    background: #515965;
    border: 0;
    color: #e1e1e1;
    border-radius: 5px;
}

.wp-paginate .current {
    background: #0e1319; 
}

.wp-paginate a:hover {
    color: #e1e1e1;
    background: #7a7a7a; 
}

h1 {
    line-height: 1.5em;
}

.pagination {
    clear: left;

}

#blue_container h1 {
    font-size: 40px;
    line-height: 1.32em;
    margin-bottom: 0.5em;
}
#blue_container a {
    color: #a2d6eb;
    text-decoration: underline;
}

#middle_container h1 {
    color: #5B616A;					/* yellow #5B616A */
    font-size: 30px;
    margin-bottom: 0.4em;
}

.inner_container {
    display: block;
    width: 902px; padding:0 26px;
    margin: 0 auto;
}
.inner_container2 {
    display: block;
    width: 702px; padding:0 26px;
    margin: 0 auto;
}
.expand_container {
    display: block;
    width: 942px !important;
    margin: 0 auto;
}

#phone_container {             /* top banner of phone number side */   
    color: #fff;
    font-size: 15px;
    background: #141618 url('img/phone_bg.png') repeat-x;   /* #141618  yellow */
    margin: 0;
}
#phone_container span {
    overflow: hidden;
}
#phone_container #phone_rounded {
    float: right;
}
#phone_container #phone_rounded span {
    display: block;
    float: left;
}
#phone_container #phone_rounded_main {
    padding: 0.6em;
    padding-top: 0.7em;
    padding-left: 1em; padding-right: 1em;
    background: #283039;
    
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#phone_rounded_left {
    width: 10px;
    height: 44px;
    background: url('img/phone_bg_left.png') top center no-repeat;
}
#phone_rounded_right {
    width: 10px;
    height: 44px;
    background: url('img/phone_bg_right.png') top center no-repeat;
}

.phone {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 7px;
    background: url('img/phone.png') no-repeat;
}

#blue_container {
    color: #e1e1e1;
    padding-bottom: 15px;
    background: #00CCFF; /* url('img/top_container_swirl_seamless.png') bottom center repeat-x; 2012 change original #141618*/
  
}

#black_container {      /* added later for 2012 */
    color: #e1e1e1;
    padding-bottom: 15px;
    background: #141618; /* url('img/top_container_swirl_seamless.png') bottom center repeat-x; 2012 change original #141618*/
}


.head_container_end{
	/* background-image: url('img/top_container_swirl_seamless.png'); height: 84px; background-repeat:repeat-x; ;  */
	background-image: url('img/top_container_swirl_seamless.png'); height: 84px; background-repeat:repeat-x; ;
    margin-bottom: 5px;
	background-position: 19030px 0;

}
.animatebgpos{	-webkit-transition: background-position 500s linear;
	   -moz-transition: background-position 500s linear;
	     -o-transition: background-position 500s linear;
	        transition: background-position 500s linear;}
/*
.head_container_end:hover {
	background-position: -1903px 0;	
}
*/

#logo_header {
    margin-bottom: 10px;
}
#logo_header_inner {
    overflow: auto;
    position: relative;
}

#logo {
    position: relative;
    float: left;
    padding-top: 15px;
}

#waterHolder {
    position: absolute;
    top: 15px;
}

#menu {
	width: 900px;
	height: 40px;
	margin: auto;
	background-color:#201E9F;
}

#nav {
    float: right;
    margin-top: 25px;
}
#nav li {
    float: left;
    margin-left: 35px;
	height:26px; overflow:hidden;
}
#nav li a {
    position: relative;
    color: #e1e1e1;           /* 2012   Color link change here #e1e1e1  change white background and top bar */
    display: block;
    font-size: 12px;		 /*  2012 original size is 15 px */
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.1em;
    padding-left: 0.3em; padding-right: 0.3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#nav li a:hover,#nav li a:last-child {
    color: #ffff00;					/* 2012 original #92d2f8  */
}
#nav li a:first-child{color:#e1e1e1;}		/* 2012 top bar original #e1e1e1  */

#nav .current_page_item a,
.tax-portfolio #nav #menu-item-173 a,
.single-portfolio-items #nav #menu-item-173 a,
.single-team-members #menu-item-117 a
{
    font-weight: bold;
    background: none;
}
#nav .current_page_item a:hover,
.tax-portfolio #nav #menu-item-173 a:hover,
.single-portfolio-items #nav #menu-item-173 a:hover,
.single-team-members #menu-item-117 a:hover
{
	font-weight: bold;
    color:  #e1e1e1;                /* 2012 #e1e1e1 change final color to yellow */
    background: none;
}

#slider {
    position: relative; overflow:hidden;
    width: 902px;
    height: 365px;
}

#nextBtn, #prevBtn {
    position: absolute;
    top: 145px;			/*2012   original 145 px 355 px */
    display: block;
    width: 34px;
    height: 69px;
    background-repeat: no-repeat;
}
#nextBtn a, #prevBtn a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -10000em;
}
#prevBtn {
    left: -35px;			/*  -35 px   65px*/
    /* background-image: url(img/slider_previous.png);			/* slider_previous */
}
#nextBtn {
    right: -40px;		/*  -40 px 60 px */
    /*background-image: url(img/slider_next.png);  /* slider_previous */
}
#slider ul{height:345px;}
#slider ul li {
    position: relative; height:300px;    /* relative position of 345 */
}

#slider .content {
    position: absolute;				/* position of slider */
    width: 375px;
    height: 250px;
    top: 58px;
    left: 41px;
    color: #3e444d;
    font-size: 13px;
    line-height: 1.5em;
}
#slider .content h1, #slider .content h2 {
    font-size: 35px;
    margin-bottom: 0.5em;
    line-height: 1em;
}

#slider_shadow {
    position: absolute;
    left: 40px;
    bottom: -209px;
    width: 851px;
    height: 132px;
    background: url('img/slider_shadow.png') no-repeat;
    /*background: url('img/slider_shadow.png') no-repeat; */
}

#home {
    position: relative;
    height: 180px;
}

#middle_container {
    overflow: hidden;
    padding-top: 1em;
}

.home #portfolio {
    margin-top: 130px;
}

#portfolio {
    float: left;
}

#portfolio li {
    position: relative;
    float: left;
    padding: 8px;
    background: #ffff00;      /* yellow border */
    box-shadow: 1px 1px 2px #b9b9b9;
    margin-right: 17px;
    margin-bottom: 20px;
}
#portfolio li.last {
    margin-right: 0;
}
#portfolio li a {
}
#portfolio li a:hover{
}

#portfolio h4 {
    font-size: 14px;
    color: #4d535b;
    text-align: center;
}

#testimonials {
}

#testimonials li {
    list-style: disc;
    margin-bottom: 0.5em;
}
._three_column_container {
    float: right;
    margin-top: 2em;
    /*background: url('img/3_column_divider.png') repeat-y; */
}

._three_column {
    position: relative;
    float: left;
    width: 300px;
    margin-right: 10px;
    min-height: 2em;
}

._three_column.last {
	position: relative;
    margin-right: 5px;
	float: right;
	width: 380px;
}

._three_column h3 {
    font-size: 25px;
    color: #ffffff;			/* 2012 #5b616a  */
    margin-bottom: 1em;
}

._three_column p {
    margin-bottom: 1em;
}

._three_column .bottom {
    float: right;
    text-align: right;
    width: 70%;
}

._three_column a {
    color: #458fc8;
}
._three_column a:hover {
    color: #3f3f3f;
}

._three_column .caption {
    font-style: italic;
	padding-top:0.5em;
}

._three_column .more {
	font-style: normal;
	text-align: right;
	color: #0000ff;			/* 2012 added blue color  */
}

._three_column a.featured_link {
    padding-right: 5px;
	color: #0000ff;			/* 2012 added blue color  */
    /*background-image: url('img/featured_link.png');*/
    background-repeat: no-repeat;
    background-position: right 5px;
}
._three_column a:hover.featured_link {
    background-position: right -5px;
	color: #ffffff;			/* 2012 added #494848*/
}

._three_column ul {
    /*list-style:square inside;  */
	list-style: none inside;     /* 2012  kill the dot inside hyperlink */
	margin-left:1.0em;
}

._3_column_container {
    float: left;
    margin-top: 2em;
    background: url('img/3_column_divider.png') repeat-y;
}

._3_column {
    position: relative;
    float: left;
    width: 280px;
    margin-right: 30px;
    min-height: 20em;
}

._3_column.last {
    margin-right: 0;
}

._3_column h3 {
    font-size: 25px;
    color: #ffffff;			/* 2012 #5b616a  */
    margin-bottom: 1em;
}

._3_column p {
    margin-bottom: 1em;
}

._3_column .bottom {
    float: right;
    text-align: right;
    width: 70%;
}

._3_column a {
    color: #458fc8;
}
._3_column a:hover {
    color: #3f3f3f;
}

._3_column .caption {
    font-style: italic;
	padding-top:0.5em;
}

._3_column .more {
	font-style: normal;
	text-align: right;
	color: #0000ff;			/* 2012 added blue color  */
}

._3_column a.featured_link {
    padding-right: 11px;
	color: #0000ff;			/* 2012 added blue color  */
    background-image: url('img/featured_link.png');
    background-repeat: no-repeat;
    background-position: right 5px;
}
._3_column a:hover.featured_link {
    background-position: right -67px;
	color: #ffffff;			/* 2012 added #494848*/
}

._3_column ul {
    list-style:square inside;
	margin-left:1.0em;
}

.bullet_small {
    width: 0;
    height: 0;
}

#contact_form .gform_body, #contact_form .validation_error, #contact_form #gforms_confirmation_message {
    color: #3f3f3f;
    width: 70%;
    padding: 3em;
    margin: 0 auto;
    background: #fff url('img/bg_contact_form.png') bottom repeat-x;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    -moz-box-shadow: 2px 2px 2px 1px #000000;
    -webkit-box-shadow: 2px 2px 2px 1px #000000;
    box-shadow: 2px 2px 2px 1px #000000;
}
#contact_form .gform_footer {
    text-align: center;
}
#contact_form .gform_footer.left_label {
    padding: 0;
}

#contact_form h1 {
    text-align: center;
    margin-bottom: 0.7em;
}

#contact_form table, td
{
    border-color: #a5d9ee;
    border-style: solid;
}
#contact_form table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 570px;
    margin: 0 auto;
}
#contact_form td
{
    margin: 0;
    padding: 0.5em;
    border-width: 0px 0px 0 0;
    background-color: #FFFFFF;      /*     Changed here 2013  */
}

#contact_form label {
}
#contact_form .gfield_required {
    color: #CC0000;
}

#contact_form .gfield_error {
    background: transparent;
    border: none;
}
#contact_form .gfield_error label {
    color: #a82020;
}
#contact_form .gfield_error input, #contact_form .gfield_error textarea {
    border: 1px solid #a82020;
}
#contact_form .validation_message {
    color: #a82020;
    font-family: "MuseoSansRounded", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#contact_form .validation_error {
    padding-top: 0.8em; padding-bottom: 0.8em;
    margin-bottom: 1em;
    
    text-indent: 35px;
    
    background: #fff url('img/cancel.png') 3em center no-repeat;
    
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#contact_form #gforms_confirmation_message {
    border: 0; font-weight:bold; color:#fff; background:#333;
}

.page-template-template-contact-php #middle_container li {
    margin-bottom: 2.5em;
    padding-left: 1px;
}
.page-template-template-contact-php #middle_container li strong {
    display: block;
    color: #ffff00;			/* 2012 testing #0e1319*/
    font-size: 22px;
    margin-bottom: -0.3em;
}
.page-template-template-contact-php #middle_container ul {
    float: left;
}
.page-template-template-contact-php #middle_container .mapp-container {
    float: right;
    border: 1px solid #a3ada9;
}

#project_link {
    margin-bottom: 1.5em;
}

#project_link a {
    font-size: 16px;
}

#project_left {
    float: left;
    width: 300px;
    margin-right: 48px;
}

#project_right {
    float: left;
    width: 552px;
    height: 410px;
}

#project_right #slider {			/* sub menu inside other pages with hover turns white text remains yellow otherwise */
    width: 550px;
    border: 1px solid #B5B5B5;      /*  2012 other pages link black #B5B5B5 NO CHANGE*/
}

#project_right .nivo-caption {
    bottom: -2em;
    background: transparent;
    color: #808080;
    opacity: 1;
    width: auto;
    z-index: 8;
}
#project_right .nivo-caption p {
    padding: 0;
}

#project_description {
    margin-bottom: 4em;
}

#project_left .nivo-controlNav {

}
#project_left .nivo-controlNav img {
    display:inline; /* Unhide the thumbnails */
    position:relative;
    margin-right:8px;
}

#project_left .nivo-control img {
    border: 1px dotted #777777;
}
#project_left .nivo-control:hover img {
    border: 1px solid #777777;
}

#work div {
	width: 850px;
	margin-top: 5px;
	padding-bottom: 10px;
	color: #e1e1e1;

	font-weight: bold
	font-size: 12px;
	font-family: Tahoma, "Times New Roman";
	font-weight: bold;
}

.thumbs {
    float: left;
    clear: left;
}
.thumbs li {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

#team.thumbs li {
    margin-right: 66px;
    margin-bottom: 50px;
}

#team.thumbs li.last {
    margin-right: 0;
}

.thumbs li span {
    display: block;
    width: 173px;
    height: 163px;
    border: 1px dotted #ffff00;   /* 2012  a4a4a4  */
}

.thumbs li img {
    width: 173px;
    height: 163px;
}

.tax-portfolio .thumbs li span {
    width: 249px;
    height: 164px;
}

.tax-portfolio .thumbs li img {
    width: 249px;
    height: 164px;
}

.sub_nav {
    clear: left;
    overflow:hidden;
    font-size: 13px;
    margin-bottom: 0em;
}
.bottom_sub_nav{margin-bottom:0; margin-top:2em;}
.sub_nav li {
    float: left; 
    padding-right: 0.7em;
    margin-right: 0.7em;
    background: url('img/sub_nav_border.png') top right no-repeat; 
}
.sub_nav li a {
    display: block;
	font-weight: bold;
    color: #ffffff; padding:0px 7px;    /* original color before hover original: #0e1319*/
}
.sub_nav li a:hover {
	font-weight: bold;
    color: #000000; background:#ffffff;    /* 2012 font color to yellow mouse over white background text black original: #2a6db1*/
    border-radius: 5px;
}

.sub_nav .current a,.sub_nav .current a:hover {
    color: #000000;background:#ffffff;		/* 2012 2012 current fff blue  000 is for white background hover */
    font-weight: bold;
    border-radius: 5px;
}

.sub_nav li2 {
    float: left;
    padding-right: 0.7em;
    margin-right: 0.7em;
}
.sub_nav li2 a {
    display: block;
	font-weight: bold;
    color: #ffffff; padding:0px 7px;    /* original color before hover original: #0e1319*/
}
.sub_nav li2 a:hover {
	font-weight: bold;
    color: #000000; background:#ffffff;    /* 2012 font color to yellow mouse over white background text black original: #2a6db1*/
    border-radius: 5px;
}

.sub_nav .current a,.sub_nav .current a:hover {
    color: #000000;background:#ffffff;		/* 2012 2012 current fff blue  000 is for white background hover */
    font-weight: bold;
    border-radius: 5px;
}

#single_page {
    float: left;
    width: 100%;
}
#single_page .left {
    float: left;
    width: 500px;
}
#single_page .right {
    float: right;
}

#team_blue {
    position: relative;
    line-height: 1.8em;
}

#team_blue img {
    position: absolute;
    right: -25px;
    top: -5px;
    -moz-transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
    -ms-transform:rotate(2deg);
}

.made_in_sg {
    margin-left: 0.7em;
    padding-left: 33px;
    background: url('img/sg_flag.png') left center no-repeat;
}

#team {
    margin-top: 3em;
}

#team h4 {
    margin-top: 0.4em;
    font-size: 16px;
    color: #5b616a;
}

.single-team-members .right {
    position: relative;
}
.single-team-members .right img {
  border: 1px solid #b5b5b5;
}

#personal_links {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

#personal_links li {
    margin-bottom: 1em;
}

#personal_links a {
}

#personal_links img {
    vertical-align: middle;
    margin-right: 5px;
}

#personal_links .mail_link {
    padding-left: 32px;
    background: url('img/link_icons/email.png') 2px center no-repeat;
}

#f404 {
    margin-bottom: 300px;
}

#f404_left {
    float: left;
}

#f404_right {
    float: left;
    width: 400px;
    margin-left: 30px;
    margin-top: 40px;
}

#header {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ff0000;
    background: #141618;
    font-size: 13px;
}

#header a {
    color: #ffffff;		/* 2012 before hover */
}
#header a:hover {
    color: #000000;      /*    2012  color of link*/
}

#header h4 {
    font-size: 15px;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #e5f0f8;
}

#header p {
    margin-bottom: 0em;
}
#header li {
    margin-bottom: 0em;
}

#header_inner {
    overflow: hidden;
}

.header_column {
    float: left;
    padding-left: 0.9%;
    margin-left: 0.9%;
    width: 11.5%;					/* 21%  */
}
.header_column.last {
    float: right;
    padding-right: 0%;
    margin-right: 0%;
	margin-bottom: 0.1%;
    width: 58%;					/*  27%  */
}
.header_column.first {
    margin-left: 0;
    padding-left: 0;
    width: 23.8%;
}

#footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #e1e1e1;
    background: #141618;
    font-size: 13px;
}

#footer a {
    color: #e1e1e1;
}
#footer a:hover {
    color: #92d2f8;
}

#footer h4 {
    font-size: 15px;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #e5f0f8;
}

#footer p {
    margin-bottom: 0em;
}
#footer li {
    margin-bottom: 0em;
}

#footer_inner {
    overflow: hidden;
}

.footer_column {
    float: left;
    padding-left: 0.9%;
    margin-left: 0.9%;
    width: 21.5%;					/* 21%  */
}
.footer_column.last {
    float: left;
    padding-left: 0.9%;
    margin-left: 0.9%;
    width: 32%;					/*  27%  */
}
.footer_column.first {
    margin-left: 0;
    padding-left: 0;
    width: 43.8%;
}


#addthis {
    margin-top: 1.5em;
}

#copyright {
    background: #283039;
    text-align: center;
    padding: 0.5em;
    font-size: 13px;
    color: #d2e4f1;
    margin: 0;
}

ul.project_services{margin-bottom:1em;}

.services_row, .testimonial_row{margin-bottom:1em; padding-bottom:1em; border-bottom:dotted 1px #555; overflow:hidden;}
.testimonial_author{font-weight:bold; text-align:right;}
a.services_portfolio_link{background: #0076C0; float:left; font-size:16px; padding:5px 10px; border-radius:5px; color:#fff; font-weight:bold; margin:0.5em 0;}      /* 2012 change background #0076C0 */  
a.services_portfolio_link:hover{background:#3f3f3f; color:#fff;}

.col_header{position:relative;}
.col_testimonial{position:relative;}
.testimonial_item{clear:both; height:300px;}
.testimonial_list{height:250px; overflow:hidden;}
.bold{font-weight:bold;}
#pager{position:absolute; bottom:65px; left:0px; z-index:10;}
#pager a{display:block; width:11px; height:13px; font-size:11px; float:left; margin-right:7px; background:url(img/greycircle.png) no-repeat 0 2px; text-indent:-9999em;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter: alpha(opacity=25);opacity: 0.25;
 -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
 }
#pager a.activeSlide{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);opacity: 1.0; background-position:0 0px;}
#pager a:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);opacity: 0.5;}

.featured_link{ -webkit-transition: background-position 0.4s ease-in-out;
	-moz-transition: background-position 0.4s ease-in-out;
	-o-transition: background-position 0.4s ease-in-out;
	-ms-transition: background-position 0.4s ease-in-out;
	transition: background-position 0.4s ease-in-out;
 }
#portfolio li{-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
	
#portfolio li:hover{-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 0, 0.5);    /* 2012  color link */
-moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 0, 0.5);     /* 2012  (80, 206, 255, 0.5)  */
box-shadow: 0px 0px 15px 0px rgba(255, 255, 0, 0.5); }			 /* 2012  (80, 206, 255, 0.5)  */
