1
2#carousel1 img {cursor:pointer;}
3
4#resizable {
5	overflow:hidden;
6	width:160px;
7	//cursor:hand;
8}
9#carousel1 {
10	width:160px;
11	height:160px;
12}
13.js {font-size:30px;}
14
15body {
16	margin:10px;
17	min-width:300px;
18	//overflow:hidden;
19}
20
21a img {
22    border:0;
23}
24
25#topContainer {}
26
27#carousel1-title {
28	font-weight:bold;
29}
30
31#nextcontrols {
32	text-align:center;
33	font-size:9px;
34	font-weight:bold;
35	color:white;
36	position:absolute;
37	width:310px;
38	height:125px;
39	top:460px;
40	left:190px;
41}
42
43#left-but, #right-but {
44	position:absolute;
45	z-index:110;
46	cursor:pointer;
47}
48#left-but {
49	width:32px;
50	height:32px;
51	top:410px;
52	left:290px;
53}
54
55#right-but {
56	width:32px;
57	height:32px;
58	top: 410px;
59	left:380px;
60}
61
62#preloader {
63	background: url('../icons/default/preloader2.gif') no-repeat 50% 50%;
64	width:150px;
65	height:130px;
66	position:absolute;
67	z-index:120;
68	color:white;
69	font-family:arial;
70	font-size:11px;
71}
72#stopLoading, #startLoading {
73	display:none;
74	text-decoration:underline;
75	cursor:pointer;
76}
77center {
78	background:white;
79	padding-top:1px;
80	padding-bottom:1px;
81}
82