
DIV#TB_caption {
	font-size: 16px;
	font-weight: bold;
}

DIV#TB_caption DIV#TB_secondLine {
	font-size: 13px;
}

DIV#TB_caption DIV#TB_secondLine span#TB_prev a,
DIV#TB_caption DIV#TB_secondLine span#TB_next a,
DIV#TB_caption DIV#TB_secondLine span#TB_prev a:active,
DIV#TB_caption DIV#TB_secondLine span#TB_next a:active,
DIV#TB_caption DIV#TB_secondLine span#TB_prev a:visited,
DIV#TB_caption DIV#TB_secondLine span#TB_next a:visited {
	color: blue;
	text-decoration: none;
}

DIV#TB_caption DIV#TB_secondLine span#TB_prev a:hover,
DIV#TB_caption DIV#TB_secondLine span#TB_next a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
}

DIV#TB_closeWindow a#TB_closeWindowButton {
	padding: 3px 5px 3px 3px;
	border: 1px solid #666;
}

DIV#TB_closeWindow a#TB_closeWindowButton:hover {
	color: red;
	border: 1px dashed red;
}



/*
<div id="TB_caption">Transformers: The Game

<div id="TB_secondLine">Image 4 of 6

		<span id="TB_prev"><a href="#">< Prev</a></span>
		<span id="TB_next"><a href="#">Next- ></a></span>

</div>
</div>

<div id="TB_closeWindow"><a title="Close" id="TB_closeWindowButton" href="#">Lukk</a><!-- or Esc Key--></div>
*/
