/*
 * IDA Singapore Webstie - home.css 
 */

/** ------ Container ------ **/
.container {
	padding-bottom: 60px;
}

/*
#home-content a:link { font-family: arial; font-size:9pt; color: #454545; text-decoration:underline; }
#home-content a:active { font-family: arial; font-size:9pt; color: #454545; text-decoration:underline; }
#home-content a:visited { font-family: arial; font-size:9pt; color: #454545; text-decoration:underline; }
#home-content a:hover { font-family: arial; font-size:9pt; color:#EF0084;text-decoration:none; }
*/

#home-content {
	width:998px;
	_width:1007px;
	margin:0;
}

#home-content #main-content {
	float: left;
	width: 700px;
	margin-top: 16px;
}

#home-content #main-content #heading {
	margin-left: 16px;
	width: 676px;
}

#home-content #main-content .header {
	font-size: 2.4em;
	color: #005696;
	float: left;
	margin-bottom: 4px;
	letter-spacing: 1px;
}


#home-content #main-content #content {
	width: 702px;
	padding-right: 16px;
}

#home-content #main-content #content #bannerArea {
	display: inline-block;
	width: 330px;
	clear: both;
	float: left;
	margin-left: 16px;
	_margin-left: 8px;
	_margin-right: 8px;
	margin-bottom: 10px;
}

#home-content #main-content #content #bannerArea #bannerContent{
	display: block;
	width: 306px;
	padding: 14px 10px 0 14px;
	background: #f8e9d6;
	font-size: 12px;
}

#home-content #main-content #content #bannerArea #bannerContent .bannerHeader{
	color: #2a2724;
}

#home-content #main-content #content #bannerArea #bannerContent .placeDate{
	display: block;
	padding: 10px 0 10px 0;
	color: #4e595d;
	font-style: italic;
}

#home-content #main-content #content #bannerArea #bannerContent .content{
	display: block;
	color: #808482;
	padding-bottom: 10px;
}

#home-content #main-content #content .contentBox {
	display: inline-block;
	width: 330px;
	float: left;
	margin-left: 16px;
	_margin-left: 8px;
	list-style: none;
}

#home-content #main-content #content #bannerArea #bannerContent a:hover{
	text-decoration: underline;
	/*color:#EF0084;*/
	color:#005696;
}

#home-content #main-content #content .contentBox a:hover{
	/*color:#EF0084;*/
	color:#005696;
	text-decoration: underline;
}


#home-content #main-content #content .contentBox .dotline {
	margin-top: 10px;
}

#home-content #main-content #content .contentBox .bannerHeader{
	color: #333;
}

#home-content #main-content #content .contentBox .placeDate{
	display: block;
	padding: 10px 0 10px 0;
	color: #a3a3a3;
	font-style: italic;
}

#home-content #main-content #content .contentBox .content{
	display: block;
	color: #666;
}

.clearContentLine {
	display: block;
	clear: both;
	list-style: none;
	width: 692px;
	padding-top: 10px;
	margin-left: 16px;
}

.clearContentLine li {
	float: left;
}

.clearContentLine .break {
	display: block;
	width: 16px;
}

.clearContentLine .line {
	width: 330px;
	float: left;
}

/** ------ At a Glance Section ------ **/
#ataGlance {
	width: 694px;
	height: 100%;
	float: left;
	background-color: #e6e6e6;
	margin-bottom: 40px;
	margin-top: 20px;
}

#ataGlance #header .title {
	display: block;
	font-size: 24px;
	float: left;
	color: #005696;
	margin: 10px 0 14px 16px;
	_margin: 10px 0 14px 8px;
}

#ataGlance #header .rss {
	margin-right: 10px;
	_margin-right: 0px;
}

#ataGlance #nav {
	display: block;
	clear: both;
	margin-left: 8px;
}

#ataGlance #nav li{
	display: block;
	float: left;
	list-style: none;
	width: 168px;
	height: 45px;
	background: url(../_images/homepage2/at-a-glance-grey-btn-bg.jpg) no-repeat;
	
	color: #666;
	font-size: 14px;
}

#ataGlance #nav li span{
	display: block;
	height: 45px;
	width: 168px;
	_width: 158px
}

#ataGlance #nav li.opened {
	background: #FFF;
	color: #333;
	font-weight: bold;
}

#ataGlance #nav a{
	display: block;
	margin: 3px 0 0 6px;
}

#ataGlance #nav a:hover{
	/*color:#EF0084;*/
	color:#005696;
	text-decoration: underline;
}

#ataGlance #nav li.divider {
	width: 2px;
	background: url(../_images/homepage2/at-a-glance-grey-btn-bg.jpg) no-repeat;
}

#ataGlance #nav .dotLines {
	display: block;
	width: 1px;
	height: 30px;
	margin: 8px 1px 5px 0;
	background: url(../_images/homepage2/grey-dot-vertical-line.png) repeat-y;
}

#ataGlance .contentBox {
	display: block;
	width: 678px;
	height: 100%;
	overflow: auto;
	background: #FFF;
	float: left;
	margin: 0 8px 10px 8px;
	_margin: 0 8px 10px 4px;
}

#ataGlance .contentBox .image {
	margin: 14px 10px 0 8px;
	float: left;
	padding-bottom: 8px;
}

#ataGlance .content {
	overflow: auto;
	height: 100%;
}

#ataGlance .content .title {
	display: block;
	color: #333;
	margin: 14px 0 20px 0;
}

#ataGlance .content .desc {
	display: block;
	color: #666;
	padding: 0 10px 10px 10px;
}

#ataGlance .content .desc img {
	vertical-align: middle;
}

#ataGlance .content a:hover,
#ataGlance .content .desc a {
	/*color:#EF0084;*/
	color:#005696;
	text-decoration: underline;
}

/** ------ Related Panel ------ **/
#related {
	width: 694px;
	vertical-align: middle;
}

#related #title {
	display: block;
	margin: 7px 0 10px 16px;
}

#related ul {
	display: block;
	list-style: none;
	vertical-align: middle;
}

#related li {
	vertical-align: middle;
}
#related li img{
	float: left;
	vertical-align: middle;
}

#related #logos {
	float: left;
	/*width: 540px;*/
	width: 510px;
	margin-left: 16px;
	padding-bottom: 30px;
	_margin-left: 8px;
}

#related #logos .logo {
	margin-right: 10px;
	margin-bottom: 5px;
}

.seperater {
	display: block;
	float: left;
	width: 8px;
	height: 100px;
	margin-left: 10px;
	margin-right: 20px;
	vertical-align: text-bottom;
	background: url(../_images/homepage2/logo-devider-shadow.jpg) no-repeat center;
}


/** ------ Right Panel ------ **/
#home-content #right-panel {
	float: right;
	width: 280px;
	margin-top: 16px;
	margin-bottom: 10px;
}

#home-content #right-panel a:hover {
	/*color:#EF0084;*/
	color:#005696;
	text-decoration: underline;
}

#home-content #right-panel .header,
#home-content #right-panel #quick-links .links-header {
	display: block;
	font-size: 18px;
	color: #005696;
}

#home-content #right-panel #quick-links .dotline {
	margin-top: -3px;
}

#home-content #right-panel .header {
	margin: 20px 0 10px 0;
}

#home-content #right-panel .panelheader {
	display: block;
	width: 280px;
	height: 29px;
	color: #666;
	background: url(../_images/homepage2/close-bar-280x29.jpg);
}

#home-content #right-panel .panelheaderOpen {
	display: block;
	width: 280px;
	height: 29px;
	color: #666;
	background: url(../_images/homepage2/open-bar-280x29-1.jpg);
}

#home-content #right-panel .panelheaderOpen .title, 
#home-content #right-panel .panelheader .title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 0 13px;
}

#home-content #right-panel a:hover {
	text-decoration: underline;
	/*color:#EF0084;*/
	color:#005696;
}

#home-content #right-panel .panelheaderOpen .boxopen,
#home-content #right-panel .panelheader .boxopen {
	background: url(../_images/homepage2/open-arrow-icon-9x29.png) no-repeat left center;
	margin-left: 5px;
}

#home-content #right-panel .panelheaderOpen .boxclosed,
#home-content #right-panel .panelheader .boxclosed {
	background: url(../_images/homepage2/close-arrow-icon-9x29.png) no-repeat left center;
	margin-left: 5px;
}

#home-content #right-panel #quick-links {
	display: block;
	position: relative;
	width: 280px;
	background: #e6e6e6;
}

#home-content #right-panel #quick-links .links-header {
	padding: 10px 0 8px 10px;
}

#home-content #right-panel #quick-links .links {
	display: block;
	list-style: square;
	padding-bottom: 10px;
	overflow: auto;
	height: 100%;
}

#home-content #right-panel .panelBox li,
#home-content #right-panel #quick-links li {
	display: block;
	width: 115px;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	_margin-left: 7px;
	background: url(../_images/homepage2/dot-square.jpg) no-repeat left 6px;
	color: #666;
}


#home-content #right-panel #quick-links .dotline {
	display: block;
	margin-left: 10px;
	width: 260px;
}


#home-content #right-panel #findout-links {
	display: block;
	clear: both;
	width: 280px;
	margin-bottom: 20px;
	border: 1px #CCC solid;
}

#home-content #right-panel #findout-links .hidePanel {
	display: none;
}

#home-content #right-panel #findoutBox,
#home-content #right-panel .panelBox{
	display: block;
	/*margin-bottom: 10px;*/
}

#home-content #right-panel #findoutBox a {
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

#home-content #right-panel #findoutBox a:hover {
	/*color:#EF0084;*/
	color:#005696;
	text-decoration: underline;
}

#home-content #right-panel .image-links {
	display: block;
	clear: both;
	width: 120px;
	margin-left: 7px;
	margin-top: 8px;
}

#home-content #right-panel .image-links li {
	display: block;
	width: 267px;
	height: 39px;
	position: relative;
	list-style: none;
	padding-top: 10px;
}

#home-content #right-panel .image-links span {
	margin: 2px 0 0 60px;
	width: 200px;
	position: absolute;
}

#home-content #right-panel .panelBox .links {
	display: block;
	list-style: square;
	vertical-align: top;
	padding: 8px 0 0 5px;
	overflow: auto;
	height: 100%;
	margin-bottom: 10px;
}

/** ------ Banner Panel ------ **/
#home-content #right-panel .bannerBox {
	display: block;
	width: 280px;
	/*height: 205px;*/
	overflow: auto;
	height: 100%;
	background-color: #666;
}

#home-content #right-panel .bannerBox .rss {
	margin-right: 10px;
}

#home-content #right-panel .bannerBox #emptyLink {
	display: block;
	height: 40px;
}

#home-content #right-panel .bannerBox .content {
	display: block;
	clear: both;
	margin: 0 15px 0 15px;
	_margin: 0 10px 0 10px;
	padding-top: 20px;
}

#home-content #right-panel .bannerBox .content a:hover {
	text-decoration: underline;
	/*color:#EF0084;*/
	color:#005696;
}

#home-content #right-panel .bannerBox .content .list {
	font-size: 11px;
	list-style: none;
	color: #FFFFFF;
	margin: 0 15px 0 0;
	padding: 0;
}

#home-content #right-panel .bannerBox .content li {
	line-height: 12px;
	_line-height: 10px;
	padding-left: 10px;
	margin-left: 10px;
	_margin-left: 5px;
	background: url(../_images/homepage2/main-nag-white-square.jpg) no-repeat 0 5px;
}

#home-content #right-panel .bannerBox .content a {
	display: block; 
	font-size: 11px;
	color: #FFF;
	padding-bottom: 5px;
	_padding-bottom: 0;
}

#home-content #right-panel .bannerBox .content .viewMore {
	display: block;
	font-size: 11px;
	color: #FFF;
	margin: 0 0 10px 15px;
}

#home-content #right-panel .bannerBox .whiteline {
	display: block;
	height: 5px;
	margin-bottom: 2px;
	background: url(../_images/homepage2/white-dot-horizontal-line.png) repeat-x;
}


/** ------ Subscribe Newsletter Panel ------ **/
#home-content #right-panel #subscribeheader {
	display: block;
	_margin-top: -4px;
	width: 280px;
	height: 29px;
	background: url(../_images/homepage2/sub-enewsletter-grey-bg.jpg);
}

#home-content #right-panel #subscribeheader .title {
	display: block;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding: 7px 0 0 13px;
	_padding: 4px 0 0 13px;
}

#home-content #right-panel #subscribeheader span {
	display: block;
	height: 20px;
}

#home-content #right-panel #subscribeheader img{
	vertical-align: text-bottom;
}

#home-content #right-panel #subscribeheader a:hover {
	text-decoration: underline;
	/*color:#EF0084;*/
	color:#005696;
}

/** ------ Snapshots Panel ------ **/
#home-content #right-panel #snapshots {
	margin-top: 20px;
	position: relative;
}

#home-content #right-panel #snapshots .dotline {
	height: 1px;
	_margin-bottom: -11px;
}

#home-content #right-panel #snapshots .title {
	display: block;
	font-size: 18px;
	color: #005696;
	margin-bottom: 5px;
}
#home-content #right-panel #snapshots .nav li {
	display: block;
	float: left;
	width: 60px;
	height: 28px;
}

#home-content #right-panel #snapshots .nav li a {
	display: block;
	margin: 8px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#home-content #right-panel #snapshots #snapshotPanel1,
#home-content #right-panel #snapshots #snapshotPanel2 {
	width: 280px;
	height: 206px;
	background: url(../_images/homepage2/loading.jpg) no-repeat;
}	

#home-content #right-panel #snapshots .nav li.selected {
	color: #666;
	background: url(../_images/homepage2/snapshots-grey-btn-bg.jpg) no-repeat;
}

#home-content #right-panel #snapshots .nav li.selected a{
	color: #666;
}

#home-content #right-panel #snapshots .content {
	display: block;
	clear: both;
	_margin-top: 11px;
}

#home-content #right-panel #snapshots #snapshotsContent{
	/*background-color: #FFF;*/
	background: url(../_images/homepage2/snapshop-bg.jpg);
	padding: 0 0 10px 0;
}

#home-content #right-panel #snapshots #snapshotsContent ul{
	padding-top: 20px;
	margin: 0 10px 0 35px;
	color: #666;
}

#home-content #right-panel #snapshots #snapshotsContent li{
	padding-bottom: 5px;
}

#home-content #right-panel #snapshots #snapshotsContent a {
	font-size: 12px;
	font-weight: normal;
}

#home-content #right-panel #snapshots #snapshotsContent a.selected {
	font-weight: bold;
}

#home-content #right-panel #snapshots #snapshotsContent #viewMore {
	display: block;
	color: #666;
	padding-top: 15px;
	margin-left: 34px;
}

#home-content #right-panel #snapshots #snapshotsContent #viewMore img {
	vertical-align: middle;
	padding-bottom: 2px;
}

#home-content #right-panel #snapshots .desc {
	display: block;
	clear: both;
	width: 280px;
	min-height: 66px;
	color: #333;
}

#home-content #right-panel #snapshots .desc .content{
	padding: 14px 15px 10px 15px;
	_padding: 7px 15px 10px 15px;
}

#home-content #right-panel #snapshots .desc a{
	color: #666;
}

#home-content #right-panel #snapshots .nav li.selected a:hover,
#home-content #right-panel #snapshots a:hover {
	text-decoration: underline;
	/*color:#EF0084;*/
	color:#005696;
}

#home-content #right-panel #snapshots .desc .datetime {
	color: #777;
	font-style: italic;
	font-size: 10px;
}


#content-holder{
	width:620px;
	margin-left:28px;
	_margin-left:15px;
	margin-top:21px;
	float:left;
}

#content-main{
	background: url(../_images/homepage2/bigbox_bg_middle.png) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#6a6a6a;
}



#photo-gallery{
	position: relative;
	width:580px;
	margin:0 auto;
	font-size:11px;
}

#photo-gallery .window{
	width:580px;
	height:280px;
	float: left;
	overflow: hidden; 	
	position: relative;
}

#photo-gallery .window #gallery-content{
	width:2320px;
	position: absolute;
	top: 0; 
	left: 0;
}

#photo-gallery .window #gallery-content .gallery{
	display:inline;
	float: left;
	width:580px;
	position:relative;
}

#photo-gallery .window #gallery-content .gallery .copy-box{
	position:absolute;
	left:95px;
	top:170px;
	width:433px;
	height:72px;
	z-index:1000;
	background-color:#eeeeee;
	color:#6a6a6a;
	padding:0px 10px 8px 12px;
	font-size:11px;
	
}

#photo-gallery .window #gallery-content .gallery .copy-box p{
	color:#6a6a6a;
	margin-top:6px;
	*margin-top:4px;
	width:385px;
	display:block;
	float:left;
	margin-right:10px;
	line-height:12px!important;
}

#photo-gallery .window #gallery-content .gallery .copy-box .bot-row{
	position: relative;
	height: 100%;
}

#photo-gallery .window #gallery-content .gallery .copy-box .bot-row .g-more-btn{
	position: absolute;
	float: none;
	right: 0;
	bottom: 0;
}


.g-head{
	color:#333333!important;
	line-height:16px!important;
	display:block;
	padding-bottom:2px;
}

.line-h-s{
	
}

.g-more-btn{
	width:42px;
	height:17px;
	background-color:#000;
	display:block;
	/*float:left;*/
	margin-top:20px;
	padding:3px 0px 0 10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.g-more-btn a{
	color:#FFF;
	text-decoration:none;
}

.g-more-btn a:hover{
	text-decoration:underline;
}


#photo-gallery #left-arrow{
	cursor:pointer;
	position:absolute;
	width:11px;
	height:19px;
	z-index:1100;
	top: 130px; 
	left: 15px;	
}

#photo-gallery #right-arrow{
    cursor:pointer;
	width:11px;
	height:19px;
	z-index:1100;
	position:absolute;
	right:15px;
	top:130px;
}

#photo-gallery #dots{
	width:80px;
	position:absolute;
	z-index:1110;
	right:8px;
	top:20px;
	height:5px
}

#photo-gallery #dots ul{
	padding:0;
	margin:0;
}

#photo-gallery #dots ul li{
	padding:0;
	margin:0;
	width:18px;
	height:5px;
	float:left;
	display:inline;
	background: url(../_images/homepage2/dot.png) no-repeat 0 0;
}

.dot-activate{
	background-position:0 -5px!important;
}


.content-row{
	width:580px;
	margin:0 auto;
	font-size:11px;
	margin-top:20px;
}

.content-row .glance-row{
	background: url(../_images/homepage2/bg_box_four.png) 0px 0;
}

.content-row .glance-row li.glance-item{
	display:block;
	width:133px;
	float: left;
	margin:0px 16px 0px 0;
	/*background: url(../_images/homepage2/small-bg_middle.png) repeat-y 0 0;*/
}

/*.content-row .glance-row .glance-item{
	display:block;
	float:left;
	min-height: 100%;
	width:133px;
	margin:0px 16px 0px 0;
	background: url(../_images/homepage2/small-bg_middle.png) repeat-y 0 0;
}
*/

.no-backgruond{
	background:none!important;
}

.content-row .glance-row .glance-item p{
	padding:5px 3px 0 10px;
	display:block;
	color:#898989;
}

.content-row .glance-row .glance-item h4{
	padding:5px 0px 0 10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
}

.no-margin-right{
	margin-right:0!important;
}

.no-margin-top{
	margin-top:0!important;
}



.cta-more{
	margin-top: 10px;
	width:60px;
	float:right;
}


.content-row .program-row{
	background: url(../_images/homepage2/bg_BIG-box.png) repeat-y 0 13px;
}

.content-row .program-row .program-item{
	width:279px;
	margin:0px 22px 0 0;
	position:relative;
	display:block;
	float:left;
	
	/*background-color:#39F;*/
}


.content-row .program-row .program-item {
	
	
}

.content-row .program-row .program-item p{
	padding:5px 3px 0 10px;
	display:block;
	color:#898989;
}

.content-row .program-row .program-item h4{
	padding:5px 0px 0 10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
}



.content-row .program-row .program-item .cta-more{
	float:right;
}

#subfooter{
	margin-top:20px;
	}

.subsidiary-content{
	width:620px;

	margin-left:20px;
	_margin-left:0;
	position:relative;
	height:195px;
	overflow:hidden;
	*height:175px;
	float:left;
}

.subsidiary-content .sub-left{
	width:32px;
	height:175px;
	float:left;
	position:absolute;
	left:-10px;
}

.subsidiary-content .sub-list{
	padding:30px 0 30px 25px;
	width:585px;
	float:left;
	
}

.subsidiary-content .sub-right{
	width:32px;
	height:175px;
	float:right;
	position:absolute;
	right:-10px;
}

.subsidiary-content .sub-list img{
	display:inline-block;
	margin-right:18px;
}

.margin-20{
	margin-top:20px!important;
}


#right-col{
	width:309px;
	float:right;
	margin-right:22px;
	_margin-right:10px;
	margin-top:21px;
}

#right-col #quick-links{
	
}

#right-col #quick-links .content-info{
	height:100px;
	background: url(../_images/homepage2/right-side-box-middle.png) repeat-y 0 0;
	padding:10px 0 0 20px;
}

#right-col #quick-links .content-info p{
	display:block;
	margin-top:10px;
	padding-right:10px;
}

.input_txt1{
	width:89%;
	color:#666666;
	font-size:12px;
}


#right-col #news-content{
	margin-top:10px;

}

#right-col #news-content .logo-holder{
	position:absolute;
	width:50px;
	height:16px;
	top:15px;
	right:15px;
}

#right-col #news-content .logo-holder img{
	display:inline-block;
	margin-right:9px;
}




#right-col #news-content .content-info{
	background: url(../_images/homepage2/right-side-box-middle.png) repeat-y 0 0;
	padding:0px 0 0 9px;
	position:relative;
}

#right-col #news-content .content-info p{
	display:block;
	margin-top:10px;
	
}

#nav-news-holder{
	height:23px;
	width:291px;
	overflow:hidden;
	margin-bottom:2px;
}

ul#news-tab{
	padding:0;
	margin:0;
	display:inline;
	height:20px;
}

ul#news-tab li{
	float:left;
	padding:3px 13px 3px 13px;
	display: inline;
	margin:3px 3px 3px 0;
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}

ul#news-tab li#showcase{
	height:20px!important;
	padding:3px 13px 3px 10px;
}

.news-selected,
ul#news-tab li:hover{
	background-color:#e90268!important;
}

.title-img{
	margin-left:10px;
}

.tab-con{
	width: 300px;	
}

.tab-con img{
	display:inline-block;
}

.tab-con .con-head{
	display:block!important;
	float:left;
	width:110px!important;
	
	cursor:pointer;
	padding:0;
	color:#de7025;
	margin-top:5px!important;
}

.tab-con .con-head a{
	
	cursor:pointer;
	padding:0;
	color:#de7025;
	
}

.tab-con .left-img,
.tab-con .detail-content img{
	display:block;
	float:left;
	width:161px;
	margin-right:10px;
}

.tab-con p{
  display:block;
  padding:5px 10px 5px 10px;
  margin:0;
}

.tab-con .news-btn{
  display:block;
  float:right;
  margin-right:20px;
}

.seemore-btn{
	
	height:17px;
	background-color:#000;
	display:block;
	float:left;
	margin-top:25px;
	padding:3px 10px 2px 10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.seemore-btn a{
	color:#FFF;
	text-decoration:none;
}


#right-col #youtube-flicker{
	margin-top:10px;
}

#right-col #youtube-flicker .content-info{
	height:617px;
	background: url(../_images/homepage2/right-side-box-middle.png) repeat-y 0 0;
	padding:10px 0 0 15px;
}

#right-col #youtube-flicker .content-info #youtube-holder{
	margin-top:10px;
}

#right-col #youtube-flicker .content-info p{
	display:block;
	margin-top:10px;
	
}

#right-col #youtube-flicker .content-info #snapshotsContent{
	/*background-color: #FFF;*/
	padding: 0 0 10px 0;
	height: 110px;
}


/*#home-content #right-panel #snapshots #snapshotsContent ul{
	padding-top: 20px;
	margin: 0 10px 0 35px;
	color: #666;
}

#home-content #right-panel #snapshots #snapshotsContent li{
	padding-bottom: 5px;
}*/

#flicker-holder {
	clear: both;	
}

#flicker-holder #cesc {
	height: 200px;
	width: 280px;
	margin-top: 10px;
}

span.thumb-holder{
	display:block;
}

ul.youtube-thumb{
	display:inline;
}

ul.youtube-thumb li.hidden{
	display: none;
}

span.datetime{
	display:block;
}

ul.youtube-thumb li{
	background:url(../_images/homepage2/bg-box.png) repeat-y 0 0;
	display:block;
	float:left;
	margin:15px 15px 10px 0px;
	padding:5px 4px;
	
}

span#videoMore img{
	display:inline-block;
	margin-right:5px;
}

span#videoMore a{
	color:#666666;
	text-decoration:underline;
	
}

span#videoMore{
	color:#666666;
	margin-top:5px;
	
}

span#flickerMore img{
	display:inline-block;
	margin-right:5px;
	margin-top:5px;
}

span#flickerMore a{
	color:#666666;
	text-decoration:underline;
}

span#flickerMore{
	color:#666666;
	
}


#right-col #connect-content{
	margin-top:10px;
}

#right-col #connect-content .content-info{
	height:92px;
	background: url(../_images/homepage2/right-side-box-middle.png) repeat-y 0 0;
	padding:10px 0 0 20px;
}

#right-col #connect-content .content-info p{
	display:block;
	margin-top:10px;
	paddin-right:15px;
	
}

#right-col #connect-content .content-info .image-list img{
	display:inline-block;
	margin:10px 10px 0 0;
}

.related-website{
	width:307px;
	float:left;
	margin-left:25px;
}

.image-row-bottom{
	margin-top:20px;
}

.image-row{
	margin-top:20px;
}


.image-row-bottom img{
	display:inline-block;
	margin-right:10px;
}


p.snap-copy{
	color:#898989;
}







