#dashboardgallery .skipto {
	float: left; width: 140px; font-size: 12px; line-height: 18px; margin-top: 0px; margin-left: 0px;
}
#dashboardgallery .skipto a { display: block; color: #ffffc1; width: 140px;}

a.db_button {
	display: block;
	overflow: hidden;
	_height: 1%;
	background: url(http://www.microstrategy.com/dashboards/graphics/button_sprite.png) no-repeat 0 0;
	height: 44px;
	width: 244px;
	color: #fff;


}
a.db_button:link,
a.db_button:visited,
a.db_button:hover,
a.db_button:active,
a#db_playbutton
{ color: #fff !important; text-decoration: none !important;
}

a.db_button:link {

}
a.db_button:visited {
}
a.db_button:hover {
	background-position: 0 -44px;
}
a.db_button:active {
	background-position: 0 -88px;
}

a.db_button span {
	font-size: 13px;
	line-height: 15px;
	display: block;
	padding: 7px 40px 0 21px;
text-shadow: 1px 1px 5px #336699;
}

a#db_playbutton span {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	display: block;
	padding: 8px 20px 0 16px;
text-shadow: 1px 1px 5px #336699;
}

a.db_button small {
	font-size: 11px;
}

#dashboard_header {
	width: 672px;
	height: 228px;
	position: absolute;
	background: url(http://www.microstrategy.com/dashboards/graphics/mock_header.png) no-repeat top left;
}

#dashboard_header_video {
	width: 672px;
	height: 228px;
	position: absolute;
	background: #fff;
	display: none;
}

a.db_button { position: absolute; }

a#db_playbutton {
	display: block;
	position: absolute;
	width: 212px;
	height: 33px;
	background: url(http://www.microstrategy.com/dashboards/graphics/video_button_sprite.png) no-repeat top left;
	color: #fff !important;
}

a#db_playbutton:hover {
	background-position: 0 -33px;
}

a#db_playbutton:active {
	background-position: 0 -66px;
}

#rightbox {
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}


.hp_rightbox h3 {
	color: #fff;
}

#ts_video{
	background: url(http://www.microstrategy.com/dashboards/graphics/db_video_thumb.jpg) no-repeat top left;
	height:127px;
	width:256px;
	margin:5px 0 10px 0;
	float: left; clear: right;
}
#ts_video:hover{
	background-position: bottom left;
}
#ts_video span{
	display:none;
}

.list_with_icons a {
	display: block;
	height: 20px;
	padding: 4px 0 0 30px;
	background: url(http://www.microstrategy.com/dashboards/graphics/icons/flickr-24x24.png) no-repeat top left;
}

#rightbox a:link,
#rightbox a:visited,
#rightbox a:active {
	text-decoration: none !important;
}
#rightbox a:hover {
	text-decoration: underline !important;
}
